Searched refs:ioctlsocket (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 125 #define ioctlsocket ioctl macro
|
/titanic_50/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 403 #define ioctl ioctlsocket
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 273 ioctlsocket(sockfd, FIONBIO, &nonblock); 428 ioctlsocket(sockfd, FIONBIO, &block); 456 err = ioctlsocket( s, FIONBIO, &iostatus );
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 352 return ioctlsocket(sock, FIONBIO, (const void *)&one); in setnbio()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 753 if (ioctlsocket(fd, FIONBIO, (const void *) &one)) in start_connection()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 4761 if (ioctlsocket(req->errsd, FIONBIO, &opt) != 0) in read_msg() 5007 if (ioctlsocket(sd, FIONBIO, &optval) != 0) in connect_callback() 5049 if (ioctlsocket(skt, FIONBIO, &opt) != 0) in uds_socket_setup()
|