Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ipfilter/ipsd/Celler/
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 */
/freebsd-10-stable/contrib/ipfilter/ipsend/.OLD/
Dip_compat.h126 struct ipovly { struct
127 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 */
/freebsd-10-stable/sys/netinet/
Dip_var.h41 struct ipovly { struct
42 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 */
Dtcp_subr.c2148 struct ipovly *ipovly; in tcp_signature_compute() local