HomeSort by relevance Sort by last modified time
    Searched full:strict_address (Results 1 - 9 of 9) sorted by null

  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 8 # strict_address;
racoon.conf.in 37 #strict_address; # requires that all addresses must be bound.
  /external/ipsec-tools/src/racoon/
localconf.h 107 int strict_address; /* strictly check addresses. */ member in struct:localconf
cfparse.h 63 STRICT_ADDRESS = 279,
228 #define STRICT_ADDRESS 279
localconf.c 123 lcconf->strict_address = FALSE;
cftoken.l 214 <S_LST>strict_address { YYD; return(STRICT_ADDRESS); }
cfparse.y 195 %token LISTEN X_ISAKMP X_ISAKMP_NATT X_ADMIN STRICT_ADDRESS ADMINSOCK DISABLED
490 | STRICT_ADDRESS { lcconf->strict_address = TRUE; } EOS
    [all...]
racoon.conf.5 301 .It Ic strict_address ;
    [all...]
isakmp.c     [all...]

Completed in 205 milliseconds