Definition of Sockaddr un. Meaning of Sockaddr un. Synonyms of Sockaddr un

Here you will find one or more explanations in English for the word Sockaddr un. Also in the bottom left of the page several parts of wikipedia pages related to the word Sockaddr un and, of course, Sockaddr un synonyms and on the right images related to the word Sockaddr un.

Definition of Sockaddr un

No result for Sockaddr un. Showing similar results...

Meaning of Sockaddr un from wikipedia

- structure. */ sockaddr_un.sun_family = AF_UNIX; strcpy( sockaddr_un.sun_path, socket_address ); return_value = bind( server_socket_fd, (struct sockaddr *) &sockaddr_un...
- pointer to a sockaddr structure representing the address to bind to. addrlen, a field of type socklen_t specifying the size of the sockaddr structure. bind()...