Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/ !
H A Dah.h43 struct ah { struct
44 u_int8_t ah_nxt; /* Next Header */ argument
45 u_int8_t ah_len; /* Length of data, in 32bit */ argument
46 u_int16_t ah_reserve; /* Reserved for future use */ argument
47 u_int32_t ah_spi; /* Security parameter index */ argument
H A Dah_input.c124 struct ah *ah; in ah4_input() local
591 struct ah *ah = NULL; in ah6_input() local
960 struct newah ah; in ah6_ctlinput() local
H A Dah_core.c1392 struct ah ah; in ah4_calccksum() local
/xnu-8020.101.4/bsd/vfs/ !
H A Dvfs_xattr.c3155 swap_attrhdr(attr_header_t *ah, attr_info_t* info) in swap_attrhdr()
3189 check_and_swap_attrhdr(attr_header_t *ah, attr_info_t *ainfop) in check_and_swap_attrhdr()