Searched defs:IPCP_ENABLED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c130 #define IPCP_ENABLED ipcp_protent.enabled_flag macro
428 IPCP_ENABLED ? "" : "!",
433 if (IPCP_ENABLED && !read_ip_interface(unit))
434 IPCP_ENABLED = 0;
563 if (!IPCP_ENABLED || (ifunit == -1) || (pppfd == -1)) {
653 if (!IPCP_ENABLED || (ifunit == -1)) {
1424 if (IPCP_ENABLED && (plumb_ipif(0) == 0)) {
2342 if (!IPCP_ENABLED || (ipmuxid == -1)) {
2377 } else if (!IPCP_ENABLED) {
2402 if (!IPCP_ENABLED) {
[all...]

Completed in 49 milliseconds