Home
last modified time | relevance | path

Searched refs:POECODE_PADR (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h68 #define POECODE_PADR 0x19 /* Active Discovery Request */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c327 } else if (poep->poep_code == POECODE_PADR) { in handle_input()
354 if (poep->poep_code == POECODE_PADR) { in handle_input()
H A Dcommon.c302 { POECODE_PADR, "Active Discovery Request" },
H A Dpppoec.c845 poep = poe_mkheader(pkt_output, POECODE_PADR, 0); in send_padr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c210 case POECODE_PADR: in pppoe_codetoname()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c970 POECODE_PADR) in sppptun_outpkt()
2110 if (i == POECODE_PADI || i == POECODE_PADR) { in sppptun_recv()