HomeSort by: relevance | last modified time | path
    Searched refs:ai_socktype (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/usr.bin/getaddrinfo/
getaddrinfo.c 71 hints.ai_socktype = 0;
105 if (!parse_socktype(optarg, &hints.ai_socktype)) {
179 if ((ai->ai_socktype >= 0) &&
180 ((size_t)ai->ai_socktype < __arraycount(socket_types)) &&
181 (socket_types[ai->ai_socktype] != NULL))
182 n = printf("%s", socket_types[ai->ai_socktype]);
184 n = printf("%d", ai->ai_socktype);
  /src/tests/lib/libc/net/getaddrinfo/
h_gai.c 87 printf("%ssocktype %d%s", start, res->ai_socktype, end);
122 ai.ai_socktype = SOCK_DGRAM;
134 ai.ai_socktype = SOCK_RAW;
137 ai.ai_socktype = atoi(optarg);
140 ai.ai_socktype = SOCK_STREAM;
sock_raw_v4.exp 8 servname not supported for ai_socktype
10 servname not supported for ai_socktype
sock_raw_v4v6.exp 10 servname not supported for ai_socktype
12 servname not supported for ai_socktype
  /src/tests/net/net/
t_udp.c 27 hints.ai_socktype = SOCK_DGRAM;
36 S = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
45 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /src/tests/net/sys/
t_rfc6056.c 60 hints.ai_socktype = SOCK_DGRAM;
80 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
101 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /src/sbin/mount_portal/
pt_tcp.c 104 hints.ai_socktype = SOCK_STREAM;
113 so = socket(lres->ai_family, lres->ai_socktype,
  /src/tests/net/ipsec/
natt_terminator.c 88 hints.ai_socktype = SOCK_DGRAM;
96 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /src/usr.bin/finger/
net.c 83 hints.ai_socktype = SOCK_STREAM;
93 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /src/usr.sbin/rdate/
rdate.c 121 hints.ai_socktype = SOCK_STREAM;
128 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /src/lib/libform/
type_ipv6.c 65 hints.ai_socktype = SOCK_DGRAM; /* dummy */
  /src/lib/libisns/
isns.c 145 ai_p->ai_socktype = ai->ai_socktype;
  /src/usr.sbin/traceroute/
as.c 73 hints.ai_socktype = SOCK_STREAM;
86 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
  /src/usr.sbin/ypserv/stdhosts/
stdhosts.c 107 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
  /src/usr.bin/whois/
whois.c 189 hints.ai_socktype = SOCK_STREAM;
200 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
311 hints.ai_socktype = SOCK_STREAM;
  /src/usr.sbin/tcpdchk/
scaffold.c 56 hints.ai_socktype = SOCK_DGRAM;
  /src/usr.sbin/tcpdrop/
tcpdrop.c 80 .ai_socktype = SOCK_STREAM,
  /src/lib/libwrap/
socket.c 187 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
216 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
hosts_access.c 479 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
493 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
538 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
  /src/tests/usr.sbin/inetd/
t_inetd.c 242 .ai_socktype = socktype,
254 res->ai_socktype, res->ai_protocol));
  /src/usr.sbin/puffs/mount_9p/
ninepuffs.c 81 hints.ai_socktype = SOCK_STREAM;
96 s = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
  /src/sbin/mount_nfs/
getnfsargs_small.c 214 hints.ai_socktype = nfsargsp->sotype;
  /src/usr.sbin/rip6query/
rip6query.c 117 hints.ai_socktype = SOCK_DGRAM;
  /src/include/
netdb.h 203 int ai_socktype; /*%< SOCK_xxx */ member in struct:addrinfo
249 #define EAI_SERVICE 9 /*%< servname not supported for ai_socktype */
250 #define EAI_SOCKTYPE 10 /*%< ai_socktype not supported */
  /src/usr.sbin/lpr/common_source/
common.c 158 hints.ai_socktype = SOCK_STREAM;
383 hints.ai_socktype = SOCK_STREAM;

Completed in 22 milliseconds

1 2 3 4