Home
last modified time | relevance | path

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

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