Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:is_udp

1130 static void _slirp_redir_loop(void (*func)(void *opaque, int is_udp,
1133 void *opaque, int is_udp)
1135 struct socket *head = (is_udp ? &udb : &tcb);
1143 func(opaque, is_udp,
1148 void slirp_redir_loop(void (*func)(void *opaque, int is_udp,
1160 int slirp_redir_rm(int is_udp, int host_port)
1163 struct socket *head = (is_udp ? &udb : &tcb);
1179 int slirp_redir(int is_udp, int host_port,
1182 if (is_udp) {
1194 int slirp_unredir(int is_udp, int host_port)
1196 if (is_udp)