Searched refs:aif (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c108 struct addrinfo *ail, *aif, *laddr, *faddr; local
125 for (aif = faddr; aif; aif = aif->ai_next) {
127 if (ail->ai_family != aif->ai_family)
131 egetnameinfo(aif, &fhp);
135 assert(aif->ai_addrlen <= sizeof(*sa));
138 (void)memcpy(&sa[0], aif->ai_addr, aif
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/old/
H A DMakefile.riscos8 Linkflags = -aif -c++ -o $@
/netbsd-current/external/gpl3/binutils/dist/zlib/old/
H A DMakefile.riscos8 Linkflags = -aif -c++ -o $@
/netbsd-current/external/gpl3/gdb/dist/zlib/old/
H A DMakefile.riscos8 Linkflags = -aif -c++ -o $@
/netbsd-current/external/gpl3/binutils.old/dist/zlib/old/
H A DMakefile.riscos8 Linkflags = -aif -c++ -o $@
/netbsd-current/external/bsd/ipf/dist/perl/
H A Dplog667 my ($asport, $adport, $aif, $aact) = split (/:/, $a);
669 $bact cmp $aact || $aif cmp $bif || $asport <=> $bsport || $adport <=> $bdport;

Completed in 101 milliseconds