HomeSort by: relevance | last modified time | path
    Searched defs:ether_type (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/mvme68k/stand/sboot/
etherfun.h 56 u_short ether_type; member in struct:ether_header
  /src/sys/net/
if_llc.h 78 uint16_t ether_type; member in struct:llc::__anonf58a6730010a::__anonf58a67300608
if_ether.h 90 uint16_t ether_type; member in struct:ether_header
if_ethersubr.c 156 #define llc_snap_ether_type llc_un.type_snap.ether_type
373 /* AF_UNSPEC doesn't swap the byte order of the ether_type. */
374 etype = ((const struct ether_header *)dst->sa_data)->ether_type;
414 memcpy(&eh->ether_type, &etype, sizeof(eh->ether_type));
483 uint16_t ether_type; local in function:altq_etherclassify
492 ether_type = htons(eh->ether_type);
494 if (ether_type < ETHERMTU) {
507 ether_type = htons(llc->llc_un.type_snap.ether_type)
    [all...]
if_bridge.c 2723 uint16_t ether_type; local in function:bridge_ipf
2728 ether_type = ntohs(eh1->ether_type);
2733 if (ether_type < ETHERMTU) {
2740 ether_type = htons(llc2->llc_un.type_snap.ether_type);
2758 switch (ether_type) {
2785 switch (ether_type)
  /src/usr.sbin/npf/npfctl/
npfctl.h 84 uint16_t ether_type; member in struct:l2
npf_parse.y 202 %type <etype> ether_type
761 : FROM maybe_not filt_addr TO maybe_not filt_addr ether_type
766 | FROM maybe_not filt_addr ether_type
770 | TO maybe_not filt_addr ether_type
776 ether_type label
npf_build.c 542 const uint16_t ether_type = fopts->filt.opt2.ether_type; local in function:build_l2_code
545 addr_or_ether = ap_from || ap_to || ether_type;
549 if (ether_type != 0) {
550 fetch_ether_type(bc, ether_type);
  /src/sys/net/npf/
npf.h 168 uint8_t ether_type; member in struct:__anonb49106fe0208

Completed in 48 milliseconds