Home
last modified time | relevance | path

Searched refs:support_proxy (Results 1 – 6 of 6) sorted by relevance

/external/ipsec-tools/src/racoon/
Dcftoken.l337 <S_RMTS>support_mip6 { YYD; yywarn("it is obsoleted. use \"support_proxy\"."); return(SUPPORT_PROX…
Dremoteconf.h91 int support_proxy; /* support mip6/proxy */ member
Dremoteconf.c201 new->support_proxy = FALSE; in newrmconf()
584 s_switch (p->support_proxy)); in dump_rmconf_single()
Dpfkey.c850 proxy = iph2->ph1->rmconf->support_proxy;
1040 proxy = iph2->ph1->rmconf->support_proxy;
1327 proxy = iph2->ph1->rmconf->support_proxy;
Disakmp_quick.c225 && iph2->ph1->rmconf->support_proxy == 0
Dcfparse.y1839 | SUPPORT_PROXY SWITCH { cur_rmconf->support_proxy = $2; } EOS