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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c164 static bool use_plink = 0; /* Use I_LINK by default */ variable
173 { "plink", o_bool, &use_plink, "Use I_PLINK instead of I_LINK",
175 { "noplink", o_bool, &use_plink, "Use I_LINK instead of I_PLINK",
570 if (use_plink && (udpfd = open_udpfd()) == -1)
608 if (use_plink) {
656 if (!plumbed && (ipmuxid == -1 || (ipfd == -1 && !use_plink)))
659 if (!plumbed && use_plink) {
693 if (use_plink) {
3144 if (use_plink && (udp6fd = open_udp6fd()) == -1)
3181 if (use_plink) {
[all...]

Completed in 70 milliseconds