Home
last modified time | relevance | path

Searched refs:AH_TOTAL_LEN (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/
H A Dipsecah.h133 #define AH_TOTAL_LEN(ah) (((ah)->ah_length << 2) + AH_BASELEN - \ macro
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_util.c1084 uint_t ah_length = AH_TOTAL_LEN(ah); in mac_pkt_hash()