Home
last modified time | relevance | path

Searched refs:ah_enable (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/netipsec/
Dah_var.h71 extern int ah_enable;
Dipsec_input.c231 (sproto == IPPROTO_AH && !ah_enable) || in ipsec_common_input()
Dipsec_netbsd.c654 NULL, 0, &ah_enable, 0, in sysctl_net_inet_ipsec_setup()
Dipsec_output.c457 (isr->saidx.proto == IPPROTO_AH && !ah_enable) || in ipsec_nextisr()
Dxform_ah.c104 int ah_enable = 1; /* control flow of packets with AH */ variable