Searched refs:ah_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/iplang/
H A Diplang.h43 struct aniphdr *ah_next; member in struct:aniphdr
H A Diplang_y.y646 aniptail = &aip->ah_next;
668 for (aip = aniphead; aip; aip = aip->ah_next) {
684 *aipp = aip->ah_next;
696 for (aip = aniphead; aip; aip = aip->ah_next) {
1605 if (canip->ah_next) {
1696 canip->ah_next = NULL;
1697 aniptail = &canip->ah_next;
1714 for (aip = aniphead, ip = NULL; aip; aip = aip->ah_next)
1727 for (aip = aniphead, icmp = NULL; aip; aip = aip->ah_next)
1748 for (aip = aniphead, udp = NULL; aip; aip = aip->ah_next)
[all...]
/freebsd-13-stable/sys/x86/include/
H A Dapm_bios.h132 struct apmhook *ah_next; member in struct:apmhook
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil.h1210 u_char ah_next; member in struct:authhdr
H A Dfil.c1068 * enough data to satisfy ah_next (the very first one.)
1070 return ah->ah_next;
1634 return ah->ah_next;

Completed in 131 milliseconds