Home
last modified time | relevance | path

Searched refs:ipi_etype (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Diflib.h129 uint16_t ipi_etype; /* ether header type */ member
H A Diflib.c3117 pi->ipi_etype, pi->ipi_ehdrlen, pi->ipi_ip_hlen, pi->ipi_ipproto); in print_pkt()
3157 pi->ipi_etype = ntohs(eh->evl_proto); in iflib_parse_header()
3160 pi->ipi_etype = ntohs(eh->evl_encap_proto); in iflib_parse_header()
3164 switch (pi->ipi_etype) { in iflib_parse_header()