Home
last modified time | relevance | path

Searched defs:ip_hdr (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dnet.h352 struct ip_hdr { struct
371 #define IP_HDR_SIZE (sizeof(struct ip_hdr)) argument
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c111 void *ip_hdr = pkt->vec[NET_TX_PKT_L3HDR_FRAG].iov_base; in net_tx_pkt_update_ip_checksums() local