Home
last modified time | relevance | path

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

/netbsd/src/sys/netipsec/
Dipsec.h233 extern int ip4_ah_offsetmask;
Dipsec_netbsd.c604 NULL, 0, &ip4_ah_offsetmask, 0, in sysctl_net_inet_ipsec_setup()
Dxform_ah.c321 ip->ip_off = htons(ntohs(ip->ip_off) & ip4_ah_offsetmask); in ah_massage_headers()
Dipsec.c130 int ip4_ah_offsetmask = 0; /* maybe IP_DF? */ variable