HomeSort by relevance Sort by last modified time
    Searched refs:support_proxy (Results 1 - 6 of 6) sorted by null

  /external/ipsec-tools/src/racoon/
remoteconf.h 91 int support_proxy; /* support mip6/proxy */ member in struct:remoteconf
remoteconf.c 201 new->support_proxy = FALSE;
584 s_switch (p->support_proxy));
pfkey.c 850 proxy = iph2->ph1->rmconf->support_proxy;
1040 proxy = iph2->ph1->rmconf->support_proxy;
1327 proxy = iph2->ph1->rmconf->support_proxy;
    [all...]
cftoken.l 337 <S_RMTS>support_mip6 { YYD; yywarn("it is obsoleted. use \"support_proxy\"."); return(SUPPORT_PROXY); }
338 <S_RMTS>support_proxy { YYD; return(SUPPORT_PROXY); }
isakmp_quick.c 226 && iph2->ph1->rmconf->support_proxy == 0
    [all...]
cfparse.y 224 %token GENERATE_POLICY GENERATE_LEVEL SUPPORT_PROXY
    [all...]

Completed in 94 milliseconds