Home
last modified time | relevance | path

Searched refs:POECODE_PADI (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h67 #define POECODE_PADI 0x09 /* Active Discovery Initiation (bcast) */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c325 if (poep->poep_code == POECODE_PADI) { in handle_input()
345 if (retv <= 0 && poep->poep_code == POECODE_PADI) { in handle_input()
H A Dcommon.c301 { POECODE_PADI, "Active Discovery Initiation" },
H A Dpppoec.c622 poep = poe_mkheader(pkt_output, POECODE_PADI, 0); in send_padi()
H A Doptions.c1899 ispadi = poep->poep_code == POECODE_PADI; in locate_service()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c204 case POECODE_PADI: in pppoe_codetoname()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2110 if (i == POECODE_PADI || i == POECODE_PADR) { in sppptun_recv()