Searched refs:socktype (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | locate_kdc.c | 266 int socktype, int family) in krb5int_add_host_to_list() argument 275 family, socktype); in krb5int_add_host_to_list() 279 hint.ai_socktype = socktype; in krb5int_add_host_to_list() 299 if (socktype == 0) in krb5int_add_host_to_list() 300 socktype = SOCK_DGRAM; in krb5int_add_host_to_list() 301 else if (socktype != SOCK_DGRAM) in krb5int_add_host_to_list() 335 module_callback (void *cbdata, int socktype, struct sockaddr *sa) in module_callback() argument 346 if (socktype != SOCK_STREAM && socktype != SOCK_DGRAM) in module_callback() 357 x->ai.ai_socktype = socktype; in module_callback() 378 enum locate_service_type svc, int socktype, int family) in module_locate_server() argument [all …]
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 829 int port = 0, socktype; in fake_getaddrinfo() local 840 socktype = hint->ai_socktype; in fake_getaddrinfo() 843 socktype = 0; in fake_getaddrinfo() 860 if (socktype == 0) { in fake_getaddrinfo() 862 socktype = SOCK_STREAM; in fake_getaddrinfo() 865 GET_SERV_BY_NAME(serv, socktype == SOCK_STREAM ? "tcp" : "udp", in fake_getaddrinfo() 869 socktype = SOCK_DGRAM; in fake_getaddrinfo() 885 template.ai_socktype = socktype; in fake_getaddrinfo()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | locate_plugin.h | 56 int socktype, int family,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 2633 #define PORT_ONLY_ALLOCATE(af, socktype, exttype, extvar, port) { \ in doaddup() argument 2634 alloclen = sizeof (sadb_address_t) + roundup(sizeof (socktype), 8); \ in doaddup()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | k5-int.h | 2366 int socktype, int family);
|