Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c128 ether_header_t *eh; in netif_flow_ethertype_info()
135 err = netif_flow_get_buf(pkt, sizeof(ether_header_t), &buf, in netif_flow_ethertype_info()
142 eh = (ether_header_t *)(void *)buf; in netif_flow_ethertype_info()
210 ether_header_t *eh; in netif_flow_ipv6_ula_info()
225 eh = (ether_header_t *)(void *)buf; in netif_flow_ipv6_ula_info()
391 ether_header_t *eh; in nx_netif_validate_macaddr()
399 if (netif_flow_get_buf(pkt, sizeof(ether_header_t), &buf, &len) != 0) { in nx_netif_validate_macaddr()
408 eh = (ether_header_t *)(void *)buf; in nx_netif_validate_macaddr()
/xnu-12377.1.9/tests/
H A Dnet_bridge.c525 const ether_header_t * eh_p; in ethernet_frame_validate()
529 eh_p = (const ether_header_t *)buf; in ethernet_frame_validate()
609 ether_header_t * eh_p; in ethernet_arp_frame_populate()
621 eh_p = (ether_header_t *)buf; in ethernet_arp_frame_populate()
663 ether_header_t * eh_p; in ethernet_frame_get_udp4_payload()
675 eh_p = (ether_header_t *)buf; in ethernet_frame_get_udp4_payload()
711 ether_header_t * eh_p; in ethernet_frame_get_udp6_payload()
723 eh_p = (ether_header_t *)buf; in ethernet_frame_get_udp6_payload()
776 #define MIN_ICMP6_LEN ((u_int)(sizeof(ether_header_t) + \
799 ether_header_t * eh_p; in ethernet_nd6_frame_populate()
[all …]
H A Dnet_test_lib.c234 ether_header_t * eh_p; in ethernet_udp4_frame_populate()
247 eh_p = (ether_header_t *)buf; in ethernet_udp4_frame_populate()
304 ether_header_t * eh_p; in ethernet_udp6_frame_populate()
316 eh_p = (ether_header_t *)buf; in ethernet_udp6_frame_populate()
/xnu-12377.1.9/bsd/net/
H A Detherdefs.h71 typedef struct ether_header ether_header_t; typedef
H A Dethernet.h95 } ether_header_t; typedef
/xnu-12377.1.9/osfmk/kdp/
H A Dkdp_udp.h60 typedef struct kdp_ether_header ether_header_t; typedef
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_traffic_rule_eth.c133 volatile ether_header_t *_l2 = NULL; in parse_eth_hdr()
151 _l2 = (volatile ether_header_t *)(void *)l2_hdr; in parse_eth_hdr()
159 DTRACE_SKYWALK4(classify__failed, ether_header_t *, _l2, size_t, pkt->pkt_length, in parse_eth_hdr()
/xnu-12377.1.9/bsd/netinet/
H A Dip_compat.h638 } ether_header_t;
708 typedef struct ether_header ether_header_t;
/xnu-12377.1.9/tests/skywalk/
H A Dskt_filter.c248 ether_header_t *eh = buf; in custom_ether_build_packet()
375 ether_header_t *eh = buf; in custom_ether_verify()