Searched defs:ipovly (Results 1 – 2 of 2) sorted by relevance
199 struct ipovly { struct200 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */201 u_int8_t ih_x1; /* (unused) */202 u_int8_t ih_pr; /* protocol */203 u_int16_t ih_len; /* protocol length */204 struct in_addr ih_src; /* source internet address */205 struct in_addr ih_dst; /* destination internet address */
201 struct ipovly { struct202 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */203 u_int8_t ih_x1; /* (unused) */204 u_int8_t ih_pr; /* protocol */205 u_int16_t ih_len; /* protocol length */206 ipaddr_t ih_src; /* source internet address */207 ipaddr_t ih_dst; /* destination internet address */