Searched refs:udp_detach (Results 1 - 10 of 10) sorted by relevance

/external/qemu/slirp/
H A Dudp.h103 void udp_detach _P((struct socket *));
H A Dudp.c363 udp_detach(struct socket *so) function
649 udp_detach(so);
H A Dip_icmp.c157 udp_detach(so);
H A Dsocket.c473 /* No need for this socket anymore, udp_detach it */
474 udp_detach(so);
H A Dslirp.c332 udp_detach(so);
/external/qemu/slirp-android/
H A Dudp.h101 void udp_detach _P((struct socket *));
H A Dudp.c407 udp_detach(struct socket *so) function
502 udp_detach(so);
H A Dip_icmp.c159 udp_detach(so);
H A Dsocket.c479 /* No need for this socket anymore, udp_detach it */
480 udp_detach(so);
H A Dslirp.c401 udp_detach(so);

Completed in 130 milliseconds