Home
last modified time | relevance | path

Searched defs:ethhdr (Results 1 – 25 of 49) sorted by relevance

12

/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
Dif_ether.h46 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/
Drouting.c184 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
Dnetwork-coding.c1048 struct ethhdr *ethhdr, in batadv_nc_code_packets()
1377 struct ethhdr *ethhdr; in batadv_nc_skb_store_before_coding() local
1416 struct ethhdr *ethhdr) in batadv_nc_skb_dst_search()
1509 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_forward() local
1562 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_for_decoding() local
1621 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_sniffed_unicast() local
1650 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local
1737 struct ethhdr *ethhdr, in batadv_nc_find_decoding_packet()
1807 struct ethhdr *ethhdr; in batadv_nc_recv_coded_packet() local
Dbat_v_ogm.c692 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
Dsend.c68 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
Dbridge_loop_avoidance.c339 struct ethhdr *ethhdr; in batadv_bla_send_claim() local
896 u8 *backbone_addr, struct ethhdr *ethhdr, in batadv_handle_request()
1012 struct ethhdr *ethhdr) in batadv_check_claim_group()
1083 struct ethhdr *ethhdr; in batadv_bla_process_claim() local
1843 struct ethhdr *ethhdr; in batadv_bla_loopdetect_check() local
1899 struct ethhdr *ethhdr; in batadv_bla_rx() local
2035 struct ethhdr *ethhdr; in batadv_bla_tx() local
Dgateway_client.c625 struct ethhdr *ethhdr; in batadv_gw_dhcp_recipient_get() local
751 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_gw_out_of_range() local
Dmain.c407 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
/kernel/linux/linux-4.19/net/batman-adv/
Drouting.c196 struct ethhdr *ethhdr; in batadv_check_management_packet() local
372 struct ethhdr *ethhdr; in batadv_recv_icmp_packet() local
473 struct ethhdr *ethhdr; in batadv_check_unicast_packet() local
693 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_route_unicast_packet() local
825 struct ethhdr *ethhdr; in batadv_check_unicast_ttvn() local
1203 struct ethhdr *ethhdr; in batadv_recv_bcast_packet() local
Dnetwork-coding.c1058 struct ethhdr *ethhdr, in batadv_nc_code_packets()
1387 struct ethhdr *ethhdr; in batadv_nc_skb_store_before_coding() local
1426 struct ethhdr *ethhdr) in batadv_nc_skb_dst_search()
1519 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_forward() local
1572 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_for_decoding() local
1631 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_nc_skb_store_sniffed_unicast() local
1660 struct ethhdr *ethhdr, ethhdr_tmp; in batadv_nc_skb_decode_packet() local
1747 struct ethhdr *ethhdr, in batadv_nc_find_decoding_packet()
1817 struct ethhdr *ethhdr; in batadv_nc_recv_coded_packet() local
Dbat_v_ogm.c526 const struct ethhdr *ethhdr, in batadv_v_ogm_route_update()
625 const struct ethhdr *ethhdr, in batadv_v_ogm_process_per_outif()
698 struct ethhdr *ethhdr; in batadv_v_ogm_process() local
835 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_v_ogm_packet_recv() local
Dmulticast.c808 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_mcast_forw_mode_check() local
839 struct ethhdr *ethhdr) in batadv_mcast_forw_want_all_ip_count()
862 struct ethhdr *ethhdr) in batadv_mcast_forw_tt_node_get()
933 struct ethhdr *ethhdr) in batadv_mcast_forw_ip_node_get()
989 struct ethhdr *ethhdr; in batadv_mcast_forw_mode() local
Dsend.c80 struct ethhdr *ethhdr; in batadv_send_skb_packet() local
352 struct ethhdr *ethhdr; in batadv_send_skb_unicast() local
422 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_send_skb_via_tt_generic() local
Dmain.c374 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local
636 struct ethhdr *ethhdr = (struct ethhdr *)(skb->data + header_len); in batadv_get_vid() local
Dbridge_loop_avoidance.c352 struct ethhdr *ethhdr; in batadv_bla_send_claim() local
909 u8 *backbone_addr, struct ethhdr *ethhdr, in batadv_handle_request()
1025 struct ethhdr *ethhdr) in batadv_check_claim_group()
1096 struct ethhdr *ethhdr; in batadv_bla_process_claim() local
1852 struct ethhdr *ethhdr; in batadv_bla_loopdetect_check() local
1908 struct ethhdr *ethhdr; in batadv_bla_rx() local
2044 struct ethhdr *ethhdr; in batadv_bla_tx() local
Dgateway_client.c636 struct ethhdr *ethhdr; in batadv_gw_dhcp_recipient_get() local
762 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_gw_out_of_range() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_ether.h113 struct ethhdr { struct
114 unsigned char h_dest[ETH_ALEN];
115 unsigned char h_source[ETH_ALEN];
116 __be16 h_proto;
/kernel/linux/linux-4.19/include/uapi/linux/
Dif_ether.h161 struct ethhdr { struct
162 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */
163 unsigned char h_source[ETH_ALEN]; /* source ether addr */
164 __be16 h_proto; /* packet type ID field */
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_ether.h164 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/
Dif_ether.h129 struct ethhdr { struct
130 unsigned char h_dest[ETH_ALEN];
131 unsigned char h_source[ETH_ALEN];
132 __be16 h_proto;
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Ddriverif.c156 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/
Dnet_socket_test_011.c66 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-4.19/net/hsr/
Dhsr_main.h98 struct ethhdr ethhdr; member
138 struct ethhdr ethhdr; member
143 struct ethhdr ethhdr; member
/kernel/linux/linux-5.10/net/hsr/
Dhsr_main.h87 struct ethhdr ethhdr; member
121 struct ethhdr ethhdr; member
126 struct ethhdr ethhdr; member
269 struct ethhdr *ethhdr; in prp_check_lsdu_size() local
/kernel/liteos_a/net/lwip-2.1/porting/src/
Ddriverif.c139 struct eth_hdr* ethhdr = NULL; in driverif_input() local

12