HomeSort by relevance Sort by last modified time
    Searched defs:ether_type (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/hxge/
hxge_classify.h 74 uint16_t ether_type; member in struct:__anon5164
hxge_flow.h 95 uint16_t ether_type; member in struct:ether_spec_s
hxge_pfc.h 222 uint16_t ether_type; member in struct:hxge_tcam_entry_S
  /onnv/onnv-gate/usr/src/uts/common/io/mac/plugins/
mac_ether.c 349 * case, then the ether_type needs to be set to the payload length.
353 ehp->ether_type = htons(sap);
364 uint16_t ether_type; local
370 ether_type = ntohs(ehp->ether_type);
375 hdr_info->mhi_origsap = ether_type;
376 hdr_info->mhi_bindsap = (ether_type > ETHERMTU) ?
377 ether_type : DLS_SAP_LLC;
379 hdr_info->mhi_hdrsize + ether_type : 0;
  /onnv/onnv-gate/usr/src/uts/common/sys/
ethernet.h 58 ushort_t ether_type; member in struct:ether_header
68 ushort_t ether_type; member in struct:ether_vlan_header
77 ushort_t ether_type; member in struct:ether_vlan_extinfo
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/netinet/
if_ether.h 37 u_short ether_type; member in struct:ether_header
  /onnv/onnv-gate/usr/src/uts/common/sys/nxge/
nxge_flow.h 93 uint16_t ether_type; member in struct:ether_spec_s
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ether.c 170 ethertype = ntohs(e->ether_type);
201 ethertype = ntohs(evx->ether_type);
390 uint16_t ether_type = 0; local
395 e += (offsetof(struct ether_header, ether_type));
397 GETINT16(ether_type, e);
399 if (ether_type == (uint16_t)ETHERTYPE_VLAN) {
413 struct ether_type { struct
416 } ether_type [] = { variable in typeref:struct:ether_type
688 for (i = 0; ether_type[i].e_type; i++)
689 if (type == ether_type[i].e_type
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
bridge.c 1810 uint16_t ether_type; local
    [all...]

Completed in 839 milliseconds