Home
last modified time | relevance | path

Searched defs:ah (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/netinet6/
H A Dah.h48 struct ah { struct
49 u_int8_t ah_nxt; /* Next Header */ argument
50 u_int8_t ah_len; /* Length of data, in 32bit */ argument
51 u_int16_t ah_reserve; /* Reserved for future use */ argument
52 u_int32_t ah_spi; /* Security parameter index */ argument
H A Dah_input.c126 struct ah *ah; in ah4_input() local
596 struct ah *ah = NULL; in ah6_input() local
969 struct newah ah; in ah6_ctlinput() local
H A Dah_core.c695 struct ah ah; in ah4_calccksum() local