Home
last modified time | relevance | path

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

/xnu-11215.1.10/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
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_xattr.c3820 swap_attrhdr(attr_header_t *ah, attr_info_t* info) in swap_attrhdr()
3854 check_and_swap_attrhdr(attr_header_t *ah, attr_info_t *ainfop) in check_and_swap_attrhdr()