Home
last modified time | relevance | path

Searched defs:ethhdr (Results 1 - 25 of 54) sorted by relevance

123

/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Ddriverif.c146 struct eth_hdr* ethhdr = NULL; local
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A 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/kal/libc/newlib/porting/include/netinet/
H A Dif_ether.h46 struct ethhdr { struct
/kernel/uniproton/src/net/lwip-2.1/src/
H A Ddriverif.c138 struct eth_hdr * ethhdr = (struct eth_hdr *)p->payload; in OsDriverifInputProc() local
195 struct eth_hdr* ethhdr = NULL; in driverif_input() local
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dlg-vl600.c100 struct ethhdr *ethhdr; in vl600_rx_fixup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dlg-vl600.c100 struct ethhdr *ethhdr; in vl600_rx_fixup() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c33 static bool iwl_mei_rx_filter_eth(const struct ethhdr *ethhdr, in iwl_mei_rx_filter_eth() argument
282 const struct ethhdr *ethhdr = (void *)skb_mac_header(skb); in iwl_mei_rx_pass_to_csme() local
375 struct ethhdr ethhd in iwl_mei_tx_copy_to_csme() local
[all...]
/kernel/linux/linux-5.10/net/batman-adv/
H A Dbat_v_elp.c512 struct ethhdr *ethhdr; in batadv_v_elp_packet_recv() local
H A Dgateway_client.c615 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
[all...]
H A 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; batadv_check_unicast_packet() local
681 struct ethhdr *ethhdr = eth_hdr(skb); batadv_route_unicast_packet() local
813 struct ethhdr *ethhdr; batadv_check_unicast_ttvn() local
1193 struct ethhdr *ethhdr; batadv_recv_bcast_packet() local
[all...]
H A 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; batadv_send_skb_via_tt_generic() local
[all...]
H A Dmain.c407 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local
669 struct ethhdr *ethhdr in batadv_get_vid() local
[all...]
H A Dbat_v_ogm.c866 struct ethhdr *ethhdr; in batadv_v_ogm_process() local
693 batadv_v_ogm_route_update(struct batadv_priv *bat_priv, const struct ethhdr *ethhdr, const struct batadv_ogm2_packet *ogm2, struct batadv_orig_node *orig_node, struct batadv_neigh_node *neigh_node, struct batadv_hard_iface *if_incoming, struct batadv_hard_iface *if_outgoing) batadv_v_ogm_route_update() argument
792 batadv_v_ogm_process_per_outif(struct batadv_priv *bat_priv, const struct ethhdr *ethhdr, const struct batadv_ogm2_packet *ogm2, struct batadv_orig_node *orig_node, struct batadv_neigh_node *neigh_node, struct batadv_hard_iface *if_incoming, struct batadv_hard_iface *if_outgoing) batadv_v_ogm_process_per_outif() argument
1003 struct ethhdr *ethhdr; batadv_v_ogm_packet_recv() local
[all...]
H A Dsoft-interface.c186 struct ethhdr *ethhdr; in batadv_interface_tx() local
431 struct ethhdr *ethhdr; batadv_interface_rx() local
[all...]
/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_forward.c504 struct ethhdr *ethhdr; in fill_frame_info() local
[all...]
H A Dhsr_framereg.c212 struct ethhdr *ethhdr; in hsr_get_node() local
272 struct ethhdr *ethhd in hsr_handle_sup_frame() local
[all...]
/kernel/liteos_m/components/net/test/
H A 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
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dbat_v_elp.c508 struct ethhdr *ethhdr; in batadv_v_elp_packet_recv() local
H A Dgateway_client.c566 struct ethhdr *ethhdr; in batadv_gw_dhcp_recipient_get() local
692 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; in batadv_gw_out_of_range() local
[all...]
H A Dsend.c68 struct ethhdr *ethhdr; in batadv_send_skb_packet() local
338 struct ethhdr *ethhdr; in batadv_send_skb_unicast() local
408 struct ethhdr *ethhdr = (struct ethhdr *)skb->data; batadv_send_skb_via_tt_generic() local
[all...]
H A Drouting.c181 struct ethhdr *ethhdr; in batadv_check_management_packet() local
344 struct ethhdr *ethhdr; in batadv_recv_icmp_packet() local
444 struct ethhdr *ethhdr; batadv_check_unicast_packet() local
662 struct ethhdr *ethhdr = eth_hdr(skb); batadv_route_unicast_packet() local
793 struct ethhdr *ethhdr; batadv_check_unicast_ttvn() local
1171 struct ethhdr *ethhdr; batadv_recv_bcast_packet() local
[all...]
H A Dmain.c363 struct ethhdr ethhdr_tmp, *ethhdr; in batadv_skb_set_priority() local
625 struct ethhdr *ethhdr in batadv_get_vid() local
[all...]
/kernel/linux/linux-6.6/net/hsr/
H A Dhsr_framereg.c203 struct ethhdr *ethhdr; in hsr_get_node() local
268 struct ethhdr *ethhd in hsr_handle_sup_frame() local
[all...]
H A Dhsr_forward.c567 struct ethhdr *ethhdr; in fill_frame_info() local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_ether.h164 struct ethhdr { struct

Completed in 18 milliseconds

123