Home
last modified time | relevance | path

Searched refs:ch_Addr6 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dratectrl.h96 # define ch_Addr6 cu_Addr.c6_Addr macro
100 # define ch_Addr6 ch_Addr
H A Dratectrl.c307 &ch->ch_Addr6) != 0 ||
308 IN6_IS_ADDR_UNSPECIFIED(&ch->ch_Addr6)))
365 chBest->ch_Addr6 = saddr->sin6.sin6_addr;
570 str = anynet_ntop(&ch->ch_Addr6, buf, sizeof(buf));
/freebsd/usr.sbin/inetd/
H A Dinetd.c2182 #define ch_Addr6 cu_Addr.c6_Addr macro
2261 &ch->ch_Addr6) != 0 && in cpmip()
2288 &chBest->ch_Addr6) == 0)) || in cpmip()
2292 chBest->ch_Addr6 = sin6->sin6_addr; in cpmip()