Home
last modified time | relevance | path

Searched refs:eth_ip4_hdr_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/net/
H A Deth.h378 } eth_ip4_hdr_info; typedef
403 eth_ip4_hdr_info *ip4hdr_info,
/openbmc/qemu/hw/net/
H A Dnet_rx_pkt.h112 eth_ip4_hdr_info *net_rx_pkt_get_ip4_info(struct NetRxPkt *pkt);
H A Dnet_rx_pkt.c48 eth_ip4_hdr_info ip4hdr_info;
229 eth_ip4_hdr_info *net_rx_pkt_get_ip4_info(struct NetRxPkt *pkt) in net_rx_pkt_get_ip4_info()
/openbmc/qemu/net/
H A Deth.c135 eth_ip4_hdr_info *ip4hdr_info, in eth_get_protocols()