HomeSort by: relevance | last modified time | path
    Searched refs:ah_next (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/stdlib/
atexit.c 45 struct atexit_handler *ah_next; member in struct:atexit_handler
99 if (ah->ah_atexit == NULL && ah->ah_next == NULL) {
168 ah->ah_next = atexit_handler_stack;
245 *prevp = ah->ah_next;
247 ah->ah_next = NULL;
249 ah->ah_next = dead_handlers;
253 prevp = &ah->ah_next;
255 prevp = &ah->ah_next;
268 dead_handlers = ah->ah_next;
  /src/external/bsd/ipf/dist/iplang/
iplang.h 43 struct aniphdr *ah_next; member in struct:aniphdr
iplang_y.y 682 aniptail = &aip->ah_next;
704 for (aip = aniphead; aip; aip = aip->ah_next) {
720 *aipp = aip->ah_next;
732 for (aip = aniphead; aip; aip = aip->ah_next) {
1643 if (canip->ah_next) {
1734 canip->ah_next = NULL;
1735 aniptail = &canip->ah_next;
1752 for (aip = aniphead, ip = NULL; aip; aip = aip->ah_next)
1765 for (aip = aniphead, icmp = NULL; aip; aip = aip->ah_next)
1786 for (aip = aniphead, udp = NULL; aip; aip = aip->ah_next)
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 1273 u_char ah_next; member in struct:authhdr
fil.c 1083 * enough data to satisfy ah_next (the very first one.)
1085 return ah->ah_next;
1640 return ah->ah_next;

Completed in 33 milliseconds