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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.h306 extern int ip4_ah_offsetmask;
H A Dah_core.c1301 iphdr.ip_off = htons(ntohs(iphdr.ip_off) & ip4_ah_offsetmask);
H A Dipsec.c150 int ip4_ah_offsetmask = 0; /* maybe IP_DF? */ variable
186 ah_offsetmask, CTLFLAG_RW | CTLFLAG_LOCKED, &ip4_ah_offsetmask, 0, "");

Completed in 22 milliseconds