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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.h300 extern int ip4_ah_offsetmask;
H A Dah_core.c1235 iphdr.ip_off = htons(ntohs(iphdr.ip_off) & ip4_ah_offsetmask);
H A Dipsec.c122 int ip4_ah_offsetmask = 0; /* maybe IP_DF? */ variable
157 ah_offsetmask, CTLFLAG_RW, &ip4_ah_offsetmask, 0, "");

Completed in 26 milliseconds