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

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

Completed in 201 milliseconds