Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Deth.h49 struct ip_header { struct
50 uint8_t ip_ver_len; /* version and header length */
51 uint8_t ip_tos; /* type of service */
52 uint16_t ip_len; /* total length */
53 uint16_t ip_id; /* identification */
54 uint16_t ip_off; /* fragment offset field */
55 uint8_t ip_ttl; /* time to live */
56 uint8_t ip_p; /* protocol */
57 uint16_t ip_sum; /* checksum */
58 uint32_t ip_src, ip_dst; /* source and destination address */
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c4233 struct mlx4_net_trans_rule_hw_ipv4 *ip_header; in add_eth_header() local