Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h51 uint8_t poep_version_type; /* Use POE_VERSION */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.h86 #define poe_version_type(p) ((p)->poep_version_type)
H A Dcommon.c158 poep->poep_version_type = POE_VERSION; in poe_mkheader()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c109 "Version = %d", POE_VERS(poep->poep_version_type)); in interpret_pppoe()
112 "Type = %d", POE_TYPE(poep->poep_version_type)); in interpret_pppoe()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c940 poep->poep_version_type = POE_VERSION; in sppptun_outpkt()
2099 if (poep->poep_version_type != POE_VERSION) in sppptun_recv()