Home
last modified time | relevance | path

Searched refs:IPSEC_SEQH_SHIFT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dkeydb.h200 #define IPSEC_SEQH_SHIFT 32 macro
H A Dxform_ah.c1046 seqh = htonl((uint32_t)(sav->replay->count >> IPSEC_SEQH_SHIFT)); in ah_output()
H A Dxform_esp.c799 seqh = htonl((uint32_t)(sav->replay->count >> IPSEC_SEQH_SHIFT)); in esp_output()