Lines Matching defs:ip
55 struct ip { struct
57 u_int32_t ip_hl:4, /* header length */ argument
58 ip_v:4; /* version */ argument
61 u_int32_t ip_v:4, /* version */ argument
62 ip_hl:4; /* header length */ argument
64 u_int8_t ip_tos; /* type of service */ argument
65 u_int16_t ip_len; /* total length */ argument
66 u_int16_t ip_id; /* identification */ argument
67 u_int16_t ip_off; /* fragment offset field */ argument
72 u_int8_t ip_ttl; /* time to live */ argument
73 u_int8_t ip_p; /* protocol */ argument
74 u_int16_t ip_sum; /* checksum */ argument
75 struct in_addr ip_src, ip_dst; /* source and dest address */ argument