Home
last modified time | relevance | path

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

/external/qemu/slirp/
Dip.h199 struct ipovly { struct
200 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 */
/external/qemu/slirp-android/
Dip.h201 struct ipovly { struct
202 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 */