Home
last modified time | relevance | path

Searched refs:ptc_action (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c276 switch (ptc->ptc_action) { in handle_input()
289 ptc->ptc_action = PTCA_CONTROL; in handle_input()
311 logdbg("unexpected code %d from driver", ptc->ptc_action); in handle_input()
H A Dpppoec.c596 ptc->ptc_action = PTCA_CONTROL; in send_pppoe()
1485 if (ptc->ptc_action != PTCA_CONTROL) { in find_server()
1488 myname, ptc->ptc_action); in find_server()
/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h142 uint32_t ptc_action; /* See PTCA_* below */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c412 switch (ptc->ptc_action) { in handle_action()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c551 ptc->ptc_action = action; in make_control()
834 if (ptc->ptc_action == PTCA_TEST) { in sppptun_outpkt()