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

/macosx-10.10.1/ppp-786.1.1/Controller/
H A DsessionTracer.c65 case TYPE_IPSEC:
90 case TYPE_IPSEC:
107 case TYPE_IPSEC:
150 case TYPE_IPSEC:
177 case TYPE_IPSEC:
191 case TYPE_IPSEC:
211 case TYPE_IPSEC:
H A Dnat_port_mapping.c78 if (serv->type == TYPE_IPSEC) {
90 case TYPE_IPSEC: return (const char *)"IPSec";
101 case TYPE_IPSEC: return (serv->u.ipsec.phase != IPSEC_IDLE);
111 case TYPE_IPSEC: return (const char*)serv->u.ipsec.lower_interface;
122 case TYPE_IPSEC: return sizeof(serv->u.ipsec.lower_interface);
256 if (serv->type == TYPE_IPSEC && serv->u.ipsec.our_address.sin_addr.s_addr == htonl(publicAddress) && found) {
278 if (serv->type == TYPE_IPSEC) {
291 if (serv->type == TYPE_IPSEC) {
303 if (serv->type == TYPE_IPSEC) {
414 if (serv->type == TYPE_IPSEC
[all...]
H A Dscnc_main.c304 case TYPE_IPSEC: status = ipsec_getstatus(serv); break;
988 if (serv->type == TYPE_IPSEC &&
1102 case TYPE_IPSEC: prevent = !ipsec_can_sleep(serv); break;
1128 case TYPE_IPSEC: ret |= ipsec_will_sleep(serv, checking); break;
1153 case TYPE_IPSEC: if (isFullWake) ipsec_wake_up(serv); break;
1219 case TYPE_IPSEC:
1286 case TYPE_IPSEC:
1304 case TYPE_IPSEC: ipsec_log_out(serv); break;
1321 case TYPE_IPSEC: ipsec_log_in(serv); break;
1338 case TYPE_IPSEC
[all...]
H A Dscnc_main.h96 TYPE_IPSEC = 0x1, /* IPSEC TYPE service */ enumerator in enum:__anon11713
H A Dne_sm_bridge.c274 new_bridge->serv.type = TYPE_IPSEC;
H A Dscnc_utils.c3102 case TYPE_IPSEC:

Completed in 127 milliseconds