Lines Matching defs:ip
47 struct ip { struct
49 unsigned int ip_hl:4, /* header length */ argument
50 ip_v:4; /* version */ argument
53 unsigned int ip_v:4, /* version */ argument
54 ip_hl:4; /* header length */ argument
56 u_int8_t ip_tos; /* type of service */ argument
57 u_int16_t ip_len; /* total length */ argument
58 u_int16_t ip_id; /* identification */ argument
59 u_int16_t ip_off; /* fragment offset field */ argument
65 u_int8_t ip_ttl; /* time to live */ argument
66 u_int8_t ip_p; /* protocol */ argument
67 u_int16_t ip_sum; /* checksum */ argument
68 struct in_addr ip_src, ip_dst; /* source and dest address */ argument