/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
D | if_ether.h | 46 struct ethhdr { struct 47 uint8_t h_dest[ETH_ALEN]; 48 uint8_t h_source[ETH_ALEN]; 49 uint16_t h_proto;
|
/kernel/linux/linux-5.10/net/batman-adv/ |
D | routing.c | 184 struct ethhdr *ethhdr; in batadv_check_management_packet() local 360 struct ethhdr *ethhdr; in batadv_recv_icmp_packet() local 461 struct ethhdr *ethhdr; in batadv_check_unicast_packet() local 681 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_route_unicast_packet() local 813 struct ethhdr *ethhdr; in batadv_check_unicast_ttvn() local 1193 struct ethhdr *ethhdr; in batadv_recv_bcast_packet() local
|
D | network-coding.c | 1054 struct ethhdr *ethhdr, in batadv_nc_code_packets() 1383 struct ethhdr *ethhdr; in batadv_nc_skb_store_before_coding() local 1422 struct ethhdr *ethhdr) in batadv_nc_skb_dst_search() 1515 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_forward() local 1568 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_for_decoding() local 1627 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_sniffed_unicast() local 1656 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local 1743 struct ethhdr *ethhdr, in batadv_nc_find_decoding_packet() 1813 struct ethhdr *ethhdr; in batadv_nc_recv_coded_packet() local
|
D | bat_v_ogm.c | 692 const struct ethhdr *ethhdr, in batadv_v_ogm_route_update() 791 const struct ethhdr *ethhdr, in batadv_v_ogm_process_per_outif() 864 struct ethhdr *ethhdr; in batadv_v_ogm_process() local 1001 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_v_ogm_packet_recv() local
|
D | send.c | 68 struct ethhdr *ethhdr; in batadv_send_skb_packet() local 340 struct ethhdr *ethhdr; in batadv_send_skb_unicast() local 410 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_send_skb_via_tt_generic() local
|
D | bridge_loop_avoidance.c | 345 struct ethhdr *ethhdr; in batadv_bla_send_claim() local 902 u8 *backbone_addr, struct ethhdr *ethhdr, in batadv_handle_request() 1018 struct ethhdr *ethhdr) in batadv_check_claim_group() 1089 struct ethhdr *ethhdr; in batadv_bla_process_claim() local 1849 struct ethhdr *ethhdr; in batadv_bla_loopdetect_check() local 1905 struct ethhdr *ethhdr; in batadv_bla_rx() local 2041 struct ethhdr *ethhdr; in batadv_bla_tx() local
|
D | gateway_client.c | 615 struct ethhdr *ethhdr; in batadv_gw_dhcp_recipient_get() local 741 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_gw_out_of_range() local
|
D | main.c | 407 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local 669 struct ethhdr *ethhdr = (struct ethhdr *)(skb->data + header_len); in batadv_get_vid() local
|
D | multicast.c | 1103 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_mcast_forw_mode_check() local 1136 struct ethhdr *ethhdr) in batadv_mcast_forw_want_all_ip_count() 1182 struct ethhdr *ethhdr) in batadv_mcast_forw_tt_node_get() 1253 struct ethhdr *ethhdr) in batadv_mcast_forw_ip_node_get() 1358 struct ethhdr *ethhdr) in batadv_mcast_forw_rtr_node_get() 1389 struct ethhdr *ethhdr; in batadv_mcast_forw_mode() local
|
D | soft-interface.c | 183 struct ethhdr *ethhdr; in batadv_interface_tx() local 428 struct ethhdr *ethhdr; in batadv_interface_rx() local
|
D | bat_iv_ogm.c | 685 const struct ethhdr *ethhdr, in batadv_iv_ogm_forward() 921 const struct ethhdr *ethhdr, in batadv_iv_ogm_orig_update() 1214 batadv_iv_ogm_update_seqnos(const struct ethhdr *ethhdr, in batadv_iv_ogm_update_seqnos() 1335 struct ethhdr *ethhdr; in batadv_iv_ogm_process_per_outif() local 1572 struct ethhdr *ethhdr; in batadv_iv_ogm_process() local
|
D | bat_v_elp.c | 512 struct ethhdr *ethhdr = (struct ethhdr *)skb_mac_header(skb); in batadv_v_elp_packet_recv() local
|
D | distributed-arp-table.c | 1063 struct ethhdr *ethhdr; in batadv_arp_get_type() local 1811 struct ethhdr *ethhdr; in batadv_dat_snoop_incoming_dhcp_ack() local
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | if_ether.h | 113 struct ethhdr { struct 114 unsigned char h_dest[ETH_ALEN]; 115 unsigned char h_source[ETH_ALEN]; 116 __be16 h_proto;
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | if_ether.h | 164 struct ethhdr { struct 165 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ 166 unsigned char h_source[ETH_ALEN]; /* source ether addr */ 167 __be16 h_proto; /* packet type ID field */
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | if_ether.h | 129 struct ethhdr { struct 130 unsigned char h_dest[ETH_ALEN]; 131 unsigned char h_source[ETH_ALEN]; 132 __be16 h_proto;
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
D | driverif.c | 138 struct eth_hdr * ethhdr = (struct eth_hdr *)p->payload; in OsDriverifInputProc() local 195 struct eth_hdr* ethhdr = NULL; in driverif_input() local
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
D | driverif.c | 156 struct eth_hdr *ethhdr = NULL; in driverif_input_proc() local 216 struct eth_hdr* ethhdr = NULL; in driverif_input() local
|
/kernel/liteos_m/components/net/test/ |
D | net_socket_test_011.c | 66 struct eth_hdr *ethhdr; in ReplayUdpEncodeEthernet() local 227 struct eth_hdr *ethhdr; in ParsePackageEthernet() local 401 struct eth_hdr *ethhdr; in ReplayArpEncodeEthernet() local
|
/kernel/linux/linux-5.10/net/hsr/ |
D | hsr_main.h | 87 struct ethhdr ethhdr; member 121 struct ethhdr ethhdr; member 126 struct ethhdr ethhdr; member 269 struct ethhdr *ethhdr; in prp_check_lsdu_size() local
|
D | hsr_framereg.c | 212 struct ethhdr *ethhdr; in hsr_get_node() local 272 struct ethhdr *ethhdr; in hsr_handle_sup_frame() local
|
D | hsr_forward.c | 506 struct ethhdr *ethhdr; in fill_frame_info() local
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
D | driverif.c | 146 struct eth_hdr* ethhdr = NULL; local
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | lg-vl600.c | 100 struct ethhdr *ethhdr; in vl600_rx_fixup() local
|
/kernel/linux/linux-5.10/drivers/net/phy/mscc/ |
D | mscc_ptp.c | 373 struct ethhdr *ethhdr = eth_hdr(skb); in get_ptp_header_tx() local 408 struct ethhdr *ethhdr = eth_hdr(skb); in get_sig() local
|