Searched defs:ipovly (Results 1 – 4 of 4) sorted by relevance
124 struct ipovly { struct125 caddr_t ih_next, ih_prev; /* for protocol sequence q's */126 u_char ih_x1; /* (unused) */127 u_char ih_pr; /* protocol */128 short ih_len; /* protocol length */129 struct in_addr ih_src; /* source internet address */130 struct in_addr ih_dst; /* destination internet address */
126 struct ipovly { struct127 caddr_t ih_next, ih_prev; /* for protocol sequence q's */128 u_char ih_x1; /* (unused) */129 u_char ih_pr; /* protocol */130 short ih_len; /* protocol length */131 struct in_addr ih_src; /* source internet address */132 struct in_addr ih_dst; /* destination internet address */
41 struct ipovly { struct42 u_char ih_x1[9]; /* (unused) */43 u_char ih_pr; /* protocol */44 u_short ih_len; /* protocol length */45 struct in_addr ih_src; /* source internet address */46 struct in_addr ih_dst; /* destination internet address */
2148 struct ipovly *ipovly; in tcp_signature_compute() local