OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ai_family
(Results
1 - 25
of
89
) sorted by relevancy
1
2
3
4
/src/tests/lib/libc/net/getaddrinfo/
unsup_fam.exp
2
ai_family
not supported
h_gai.c
86
printf("%sfamily %d%s", start, res->
ai_family
, end);
117
ai.
ai_family
= PF_UNSPEC;
125
ai.
ai_family
= atoi(optarg);
146
ai.
ai_family
= PF_INET;
149
ai.
ai_family
= PF_INET6;
/src/usr.bin/getaddrinfo/
getaddrinfo.c
70
hints.
ai_family
= AF_UNSPEC;
81
if (!parse_af(optarg, &hints.
ai_family
)) {
189
if ((ai->
ai_family
>= 0) &&
190
((size_t)ai->
ai_family
< __arraycount(address_families)) &&
191
(address_families[ai->
ai_family
] != NULL))
192
n = printf(" %s", address_families[ai->
ai_family
]);
194
n = printf(" %d", ai->
ai_family
);
208
switch (ai->
ai_family
) {
/src/usr.sbin/tcpdrop/
tcpdrop.c
79
.
ai_family
= AF_UNSPEC,
127
if (ail->
ai_family
!= aif->
ai_family
)
141
switch (ail->
ai_family
) {
150
ail->
ai_family
);
/src/tests/net/sys/
t_rfc6056.c
59
hints.
ai_family
= family;
80
s = socket(res->
ai_family
, res->ai_socktype, res->ai_protocol);
89
ss.ss_family = res->
ai_family
;
101
s = socket(res->
ai_family
, res->ai_socktype, res->ai_protocol);
/src/tests/net/net/
t_udp.c
26
hints.
ai_family
= family;
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/usr.sbin/ypserv/common/
localhostname.c
75
hints.
ai_family
= PF_UNSPEC;
/src/sbin/mount_portal/
pt_tcp.c
103
hints.
ai_family
= PF_UNSPEC;
113
so = socket(lres->
ai_family
, lres->ai_socktype,
/src/tests/net/ipsec/
natt_terminator.c
87
hints.
ai_family
= family;
96
s = socket(res->
ai_family
, res->ai_socktype, res->ai_protocol);
/src/usr.bin/finger/
net.c
82
hints.
ai_family
= PF_UNSPEC;
93
s = socket(res->
ai_family
, res->ai_socktype, res->ai_protocol);
/src/usr.sbin/rdate/
rdate.c
120
hints.
ai_family
= family;
128
s = socket(res->
ai_family
, res->ai_socktype, res->ai_protocol);
/src/lib/libform/
type_ipv6.c
64
hints.
ai_family
= AF_INET6;
/src/sbin/mount_nfs/
udp_xfer.c
76
sock = socket(d->ai->
ai_family
, SOCK_DGRAM, IPPROTO_UDP);
getnfsargs.c
161
if (ai->
ai_family
== AF_INET6)
166
if (ai->
ai_family
== AF_INET6)
/src/lib/libc/net/
getaddrinfo.c
302
"
ai_family
not supported", /* EAI_FAMILY */
420
switch (ai->
ai_family
) {
479
pai->
ai_family
= PF_UNSPEC;
496
switch (hints->
ai_family
) {
514
if (pai->
ai_family
!= ex->e_af)
536
if (MATCH_FAMILY(pai->
ai_family
, PF_INET, 1)
538
|| MATCH_FAMILY(pai->
ai_family
, PF_INET6, 1)
543
if (pai->
ai_family
== PF_UNSPEC) {
545
pai->
ai_family
= PF_INET6;
547
pai->
ai_family
= PF_INET
[
all
...]
/src/lib/libisns/
isns.c
144
ai_p->
ai_family
= ai->
ai_family
;
/src/usr.sbin/traceroute/
as.c
72
hints.
ai_family
= PF_UNSPEC;
86
s = socket(res->
ai_family
, res->ai_socktype, res->ai_protocol);
/src/usr.bin/whois/
whois.c
188
hints.
ai_family
= AF_UNSPEC;
200
s = socket(ai->
ai_family
, ai->ai_socktype, ai->ai_protocol);
310
hints.
ai_family
= AF_UNSPEC;
/src/lib/libwrap/
hosts_access.c
478
hints.
ai_family
= PF_UNSPEC;
492
hints.
ai_family
= net.sa.sa_family;
497
if (res->
ai_family
== AF_INET6 &&
537
hints.
ai_family
= PF_UNSPEC;
546
if (net.sa.sa_family == AF_INET && res->
ai_family
== AF_INET6 &&
socket.c
215
hints.
ai_family
= sa->sa_family;
230
host->name, hints.
ai_family
);
/src/usr.sbin/lpr/common_source/
common.c
157
hints.
ai_family
= PF_UNSPEC;
173
s = rresvport_af(&lport, r->
ai_family
);
382
hints.
ai_family
= PF_UNSPEC;
/src/tests/net/mcast/
mcast.c
100
switch (ai->
ai_family
) {
161
if (ai->
ai_family
!= AF_INET6)
197
hints.
ai_family
= AF_UNSPEC;
206
s = socket(ai->
ai_family
, ai->ai_socktype, ai->ai_protocol);
/src/libexec/httpd/
daemon-bozo.c
141
h.
ai_family
= PF_UNSPEC;
154
httpd->sock[i] = socket(r->
ai_family
, SOCK_STREAM, 0);
/src/usr.sbin/puffs/mount_9p/
ninepuffs.c
80
hints.
ai_family
= family;
96
s = socket(ai->
ai_family
, ai->ai_socktype, ai->ai_protocol);
/src/usr.sbin/rpcbind/
rpcbind.c
359
hints.
ai_family
= si.si_af;
377
if (hints.
ai_family
== AF_INET) {
379
} else if (hints.
ai_family
== AF_INET6) {
404
switch (hints.
ai_family
) {
756
hints.
ai_family
= PF_UNSPEC;
Completed in 45 milliseconds
1
2
3
4
Indexes created Wed Oct 22 06:10:02 GMT 2025