Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h69 #define POECODE_PADS 0x65 /* Active Discovery Session-confirmation */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c303 { POECODE_PADS, "Active Discovery Session-confirmation" },
H A Dpppoec.c1500 poep->poep_code == POECODE_PADS) && in find_server()
1514 if (poep->poep_code == POECODE_PADS) { in find_server()
1539 case POECODE_PADS: 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.c216 case POECODE_PADS: 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()