Searched defs:fwudp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dfwudp.c63 * For fwudp all proxied UDP conversations share the same socket, so
64 * single fwudp multiplexes to several UDP pcbs.
66 * XXX: TODO: Currently pcbs point back directly to fwudp. It might
67 * make sense to introduce a per-pcb structure that points to fwudp
70 struct fwudp { struct
105 struct fwudp *next;
109 struct fwudp *fwudp_create(struct fwspec *);
111 /* poll manager callback for fwudp socket */
119 static void fwudp_pcb_forward_outbound(struct fwudp *, struct udp_pcb *, struct pbuf *);
125 struct fwudp *fwudp_lis
138 struct fwudp *fwudp; local
154 struct fwudp *fwudp; local
183 struct fwudp *fwudp; local
263 struct fwudp *fwudp; local
353 struct fwudp *fwudp = (struct fwudp *)arg; local
446 struct fwudp *fwudp = (struct fwudp *)arg; local
474 fwudp_pcb_forward_outbound(struct fwudp *fwudp, struct udp_pcb *pcb, struct pbuf *p) argument
516 struct fwudp *fwudp = (struct fwudp *)arg; local
[all...]

Completed in 42 milliseconds