Lines Matching defs:ip
48 struct ip { struct
50 u_char ip_hl:4, /* header length */ argument
51 ip_v:4; /* version */ argument
54 u_char ip_v:4, /* version */ argument
55 ip_hl:4; /* header length */ argument
57 u_char ip_tos; /* type of service */ argument
58 u_short ip_len; /* total length */ argument
59 u_short ip_id; /* identification */ argument
60 u_short ip_off; /* fragment offset field */ argument
65 u_char ip_ttl; /* time to live */ argument
66 u_char ip_p; /* protocol */ argument
67 u_short ip_sum; /* checksum */ argument
68 struct in_addr ip_src,ip_dst; /* source and dest address */ argument