HomeSort by relevance Sort by last modified time
    Searched refs:ipaddr_t (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp-android/
helper.h 42 } ipaddr_t; typedef in typeref:union:__anon10175
46 ip_getn( ipaddr_t ip )
53 ip_geth( ipaddr_t ip )
59 static __inline__ ipaddr_t
62 ipaddr_t ip;
68 static __inline__ ipaddr_t
71 ipaddr_t ip;
76 static __inline__ ipaddr_t
79 ipaddr_t ip;
85 ip_write( ipaddr_t ip, void* buf
    [all...]
ip.h 95 ipaddr_t ip_src, ip_dst; /* source and dest address */
154 ipaddr_t ipt_addr;
206 ipaddr_t ih_src; /* source internet address */
207 ipaddr_t ih_dst; /* destination internet address */
223 ipaddr_t ipq_src,ipq_dst;
bootp.c 74 static BOOTPClient *request_addr(const ipaddr_t *paddr,
112 const ipaddr_t **preq_addr)
145 *preq_addr = (const ipaddr_t *)p;
154 *preq_addr = (const ipaddr_t*)&bp->bp_ciaddr;
165 const ipaddr_t *preq_addr;
ip_icmp.h 54 ipaddr_t ih_gwaddr; /* ICMP_REDIRECT */
ip_icmp.c 359 ipaddr_t icmp_dst;
ip_input.c 509 ipaddr_t *sin, dst;
tcp_subr.c 143 xchg(ti->ti_dst, ti->ti_src, ipaddr_t);
slirp.c 65 static ipaddr_t client_ip;
    [all...]

Completed in 46 milliseconds