HomeSort by: relevance | last modified time | path
    Searched refs:ah_enable (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netipsec/
ah_var.h 71 extern int ah_enable;
ipsec_output.c 457 (isr->saidx.proto == IPPROTO_AH && !ah_enable) ||
ipsec_netbsd.c 653 CTLTYPE_INT, "ah_enable", NULL,
654 NULL, 0, &ah_enable, 0,
ipsec_input.c 231 (sproto == IPPROTO_AH && !ah_enable) ||
xform_ah.c 104 int ah_enable = 1; /* control flow of packets with AH */ variable in typeref:typename:int

Completed in 33 milliseconds