Searched defs:ip_header (Results 1 – 2 of 2) sorted by relevance
49 struct ip_header { struct50 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 */
4233 struct mlx4_net_trans_rule_hw_ipv4 *ip_header; in add_eth_header() local