Home
last modified time | relevance | path

Searched refs:ETHERTYPE_PPPOE (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/net/
H A Dethertypes.h300 #define ETHERTYPE_PPPOE 0x8864 /* PPP Over Ethernet Session Stage */ macro
H A Dif_pppoe.c946 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHERTYPE_PPPOE : ETHERTYPE_PPPOEDISC; in pppoe_output()
H A Dif_ethersubr.c554 case ETHERTYPE_PPPOE: in ether_input()
/openbsd/usr.sbin/tcpdump/
H A Dprint-ether.c310 case ETHERTYPE_PPPOE: in ether_encap_print()
H A Dprint-ppp.c1367 } else if (ethertype == ETHERTYPE_PPPOE) { in pppoe_if_print()
/openbsd/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c210 _this->ehdr.ether_type = htons(ETHERTYPE_PPPOE); in pppoe_session_output()
H A Dpppoed.c215 BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, ETHERTYPE_PPPOE, 1, 0), in pppoed_listener_start()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.c1084 eh->ether_type = htons(ETHERTYPE_PPPOE); in npppd_ppp_pipex_enable()
/openbsd/sys/dev/fdt/
H A Dif_mvpp.c879 mvpp2_prs_match_etype(&pe, 0, ETHERTYPE_PPPOE); in mvpp2_prs_etype_init()