Home
last modified time | relevance | path

Searched refs:socktype (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp331 int family, int socktype, int protocol) in CreateSocket() argument
333 int s = socket(family, socktype, protocol); in CreateSocket()
339 if (socktype != SOCK_DGRAM) { in CreateSocket()
371 int family, int socktype, int protocol) in ConnectSocket() argument
382 hints.ai_socktype = socktype; in ConnectSocket()
421 int family, int socktype, int protocol, in CreateServerSocket() argument
430 family, socktype, protocol, in CreateServerSocket()
437 int family, int socktype, int protocol, in CreateServerSocket() argument
446 family, socktype, protocol, in CreateServerSocket()
459 int family, int socktype, int protocol, in CreateServerSockets() argument
[all …]
H A DATNetworkTool.h399 int socktype = SOCK_STREAM, int protocol = 0);
429 int socktype = SOCK_STREAM, int protocol = 0,
436 int socktype = SOCK_STREAM, int protocol = 0,
455 int socktype = SOCK_STREAM, int protocol = 0,
461 int socktype = SOCK_STREAM, int protocol = 0,
474 int socktype = SOCK_STREAM, int protocol = 0);
498 int socktype = SOCK_STREAM, int protocol = 0);
512 int socktype = SOCK_STREAM, int protocol = 0);
516 int socktype = SOCK_STREAM, int protocol = 0);
529 int socktype = SOCK_STREAM, int protocol = 0);
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c266 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_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c829 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_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dlocate_plugin.h56 int socktype, int family,
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c2633 #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_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h2366 int socktype, int family);