/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | interface_id.c | 78 s = socket(AF_INET, SOCK_DGRAM, 0); in if_nametoindex() 88 s = socket(AF_INET6, SOCK_DGRAM, 0); in if_nametoindex() 130 s = socket(AF_INET6, SOCK_DGRAM, 0); in if_indextoname() 132 s = socket(AF_INET, SOCK_DGRAM, 0); in if_indextoname() 234 s = socket(AF_INET6, SOCK_DGRAM, 0); in if_nameindex() 236 s = socket(AF_INET, SOCK_DGRAM, 0); in if_nameindex()
|
H A D | getifaddrs.c | 105 if ((sock4 = socket(AF_INET, SOCK_DGRAM, 0)) < 0) in getallifaddrs() 107 if ((sock6 = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) { in getallifaddrs()
|
H A D | getaddrinfo.c | 261 aip->ai_socktype = SOCK_DGRAM; in _getaddrinfo() 283 case SOCK_DGRAM: in _getaddrinfo() 315 case SOCK_DGRAM: in _getaddrinfo() 421 aip->ai_socktype = SOCK_DGRAM; in _getaddrinfo()
|
H A D | bindresvport.c | 84 } else if (optval == SOCK_DGRAM) { in bindresvport()
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | selfcheck.c | 63 if ((s = socket(family, SOCK_DGRAM, 0)) < 0) { in self_check() 123 if ((sock = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) { in getmyaddrs() 179 sock = socket(AF_INET6, SOCK_DGRAM, 0); in Is_ipv6present()
|
/titanic_41/usr/src/ucblib/librpcsoc/ |
H A D | rtime.c | 92 type = SOCK_DGRAM; 100 if (type == SOCK_DGRAM) {
|
H A D | get_myaddress.c | 59 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) < 0) { in get_myaddress()
|
/titanic_41/usr/src/lib/libinetutil/common/ |
H A D | ifaddrlistx.c | 62 if ((s4 = socket(AF_INET, SOCK_DGRAM, 0)) == -1 || in ifaddrlistx() 63 (s6 = socket(AF_INET6, SOCK_DGRAM, 0)) == -1) { in ifaddrlistx()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | arp.c | 281 s = socket(AF_INET, SOCK_DGRAM, 0); in set() 321 s = socket(AF_INET, SOCK_DGRAM, 0); in get() 387 s = socket(AF_INET, SOCK_DGRAM, 0); in delete()
|
H A D | hostconfig.c | 222 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) < 0) { 302 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) < 0) { 464 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) < 0) {
|
H A D | if_mpadm.c | 111 sioc4fd = socket(AF_INET, SOCK_DGRAM, 0); in main() 112 sioc6fd = socket(AF_INET6, SOCK_DGRAM, 0); in main()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
H A D | netstrategy.c | 86 if ((s4 = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { in open_sockets() 91 if ((s6 = socket(AF_INET6, SOCK_DGRAM, 0)) == -1) { in open_sockets()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | locate_kdc.c | 300 socktype = SOCK_DGRAM; in krb5int_add_host_to_list() 301 else if (socktype != SOCK_DGRAM) in krb5int_add_host_to_list() 346 if (socktype != SOCK_STREAM && socktype != SOCK_DGRAM) in module_callback() 545 if (socktype == SOCK_DGRAM || socktype == 0) { in dns_locate_server() 600 SOCK_DGRAM, family); in dns_hostnames2netaddrs() 775 SOCK_DGRAM, family); in prof_hostnames2netaddrs()
|
H A D | foreachaddr.c | 86 #define USE_TYPE SOCK_DGRAM 95 #define USE_TYPE SOCK_DGRAM
|
/titanic_41/usr/src/cmd/lms/tools/ |
H A D | ATNetworkTool.cpp | 128 sock = socket(AF_INET, SOCK_DGRAM, 0); in GetLocalIPs() 339 if (socktype != SOCK_DGRAM) { in CreateSocket() 591 if (socktype != SOCK_DGRAM) { in Connect() 660 if (socktype != SOCK_DGRAM) { in ConnectLoopback()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | ctl.c | 102 ctl_sockt = socket(AF_INET, SOCK_DGRAM, 0); in open_ctl()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | socket.h | 25 #define SOCK_DGRAM 2 /* datagram socket */ macro
|
/titanic_41/usr/src/lib/libuuid/common/ |
H A D | etheraddr.c | 75 s = socket(AF_INET, SOCK_DGRAM, 0); in arp_get()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getaddrinfo.c | 163 { PF_INET6, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 }, 166 { PF_INET, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 }, 1008 case SOCK_DGRAM: in get_port() 1038 case SOCK_DGRAM: in get_port() 1098 s = socket(af, SOCK_DGRAM, 0);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | socket.h | 99 #define SOCK_DGRAM NC_TPI_CLTS /* datagram socket */ macro 103 #define SOCK_DGRAM 1 /* datagram socket */ macro
|
/titanic_41/usr/src/lib/krb5/kadm5/clnt/ |
H A D | changepw.c | 161 if ((s1 = socket(AF_INET, SOCK_DGRAM, 0)) == INVALID_SOCKET) 167 if ((s2 = socket(AF_INET, SOCK_DGRAM, 0)) == INVALID_SOCKET)
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_opt.c | 58 *i1 = SOCK_DGRAM; in rds_opt_get()
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | is_local_host.c | 85 if ((s = socket(hp->h_addrtype, SOCK_DGRAM, 0)) == -1) { in is_local_if()
|
/titanic_41/usr/src/cmd/hal/addons/network-devices/ |
H A D | common.c | 140 sd = socket(AF_INET, SOCK_DGRAM, 0); in pseudo_serialno_from_addr() 315 if ((s = socket(AF_INET, SOCK_DGRAM, 0)) < 0) in broadcast_addresses()
|
/titanic_41/usr/src/cmd/lms/ |
H A D | ProtocolCompat.cpp | 65 type = SOCK_DGRAM; in _LmeReceiveCompat()
|