Home
last modified time | relevance | path

Searched defs:ipovly (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/ipf/bin/ipsend/
H A Dtcpip.h40 struct ipovly { struct
54 struct ipovly ti_i; /* overlaid ip structure */ argument
/netbsd-src/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h124 struct ipovly { struct
125 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 */
/netbsd-src/sys/netinet/
H A Dip_var.h43 struct ipovly { struct
51 __CTASSERT(sizeof(struct ipovly) == 20); argument
H A Dtcp_input.c3008 struct ipovly *ipovly; tcp_signature() local