Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h66 #define POECODE_PADO 0x07 /* Active Discovery Offer */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c300 { POECODE_PADO, "Active Discovery Offer" },
H A Dpppoec.c692 if (poe_code(poep) == POECODE_PADO) { in find_all_servers()
1550 case POECODE_PADO: in find_server()
H A Doptions.c1900 opoe = poe_mkheader(outp, ispadi ? POECODE_PADO : POECODE_PADS, 0); in locate_service()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c198 case POECODE_PADO: in pppoe_codetoname()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c2113 } else if (i == POECODE_PADO || i == POECODE_PADS) { in sppptun_recv()