Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dipsec.h343 extern int ip4_ah_offsetmask;
H A Dah_core.c584 iphdr.ip_off = htons(ntohs(iphdr.ip_off) & ip4_ah_offsetmask); in ah4_calccksum()
H A Dipsec.c147 int ip4_ah_offsetmask = 0; /* maybe IP_DF? */ variable
181 ah_offsetmask, CTLFLAG_RW | CTLFLAG_LOCKED, &ip4_ah_offsetmask, 0, "");