Searched refs:ipi_etype (Results 1 - 4 of 4) sorted by path

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_txrx.c134 switch(pi->ipi_etype) {
145 __func__, ntohs(pi->ipi_etype));
219 switch(pi->ipi_etype) {
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Digb_txrx.c97 switch(pi->ipi_etype) {
108 __func__, ntohs(pi->ipi_etype));
186 switch(pi->ipi_etype) {
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Diflib.h128 uint16_t ipi_etype; /* ether header type */ member in struct:if_pkt_info
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c3235 pi->ipi_etype, pi->ipi_ehdrlen, pi->ipi_ip_hlen, pi->ipi_ipproto);
3275 pi->ipi_etype = ntohs(eh->evl_proto);
3278 pi->ipi_etype = ntohs(eh->evl_encap_proto);
3282 switch (pi->ipi_etype) {

Completed in 93 milliseconds