Searched defs:ipovly (Results 1 – 4 of 4) sorted by relevance
40 struct ipovly { struct54 struct ipovly ti_i; /* overlaid ip structure */ argument
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 */
43 struct ipovly { struct51 __CTASSERT(sizeof(struct ipovly) == 20); argument
3008 struct ipovly *ipovly; tcp_signature() local