Lines Matching defs:ip
107 struct ip struct
110 unsigned int ip_hl:4; /* header length */ argument
111 unsigned int ip_v:4; /* version */ argument
114 unsigned int ip_v:4; /* version */ argument
115 unsigned int ip_hl:4; /* header length */ argument
117 uint8_t ip_tos; /* type of service */ argument
118 unsigned short ip_len; /* total length */ argument
119 unsigned short ip_id; /* identification */ argument
120 unsigned short ip_off; /* fragment offset field */ argument
125 uint8_t ip_ttl; /* time to live */ argument
126 uint8_t ip_p; /* protocol */ argument
127 unsigned short ip_sum; /* checksum */ argument
128 struct in_addr ip_src, ip_dst; /* source and dest address */ argument