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

/freebsd-current/sbin/ipf/iplang/
H A Diplang.h42 struct aniphdr *ah_next; member in struct:aniphdr
H A Diplang_y.y641 aniptail = &aip->ah_next;
663 for (aip = aniphead; aip; aip = aip->ah_next) {
679 *aipp = aip->ah_next;
690 for (aip = aniphead; aip; aip = aip->ah_next) {
1548 if (canip->ah_next) {
1638 canip->ah_next = NULL;
1639 aniptail = &canip->ah_next;
1656 for (aip = aniphead, ip = NULL; aip; aip = aip->ah_next)
1669 for (aip = aniphead, icmp = NULL; aip; aip = aip->ah_next)
1690 for (aip = aniphead, udp = NULL; aip; aip = aip->ah_next)
[all...]
/freebsd-current/sys/x86/include/
H A Dapm_bios.h130 struct apmhook *ah_next; member in struct:apmhook
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1211 u_char ah_next; member in struct:authhdr
H A Dfil.c1047 * enough data to satisfy ah_next (the very first one.)
1049 return (ah->ah_next);
1604 return (ah->ah_next);

Completed in 193 milliseconds