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

/vbox/src/VBox/NetworkServices/NAT/
H A Dportfwd.c150 const char *dst_addr_str, uint16_t dst_port)
191 fwspec->dst.sin.sin_port = htons(dst_port);
195 fwspec->dst.sin6.sin6_port = htons(dst_port);
148 fwspec_set(struct fwspec *fwspec, int sdom, int stype, const char *src_addr_str, uint16_t src_port, const char *dst_addr_str, uint16_t dst_port) argument
H A Dfwudp.c85 u16_t dst_port; member in struct:fwudp
209 fwudp->dst_port = htons(dst4->sin_port);
214 fwudp->dst_port = htons(dst6->sin6_port);
382 && pcb->remote_port == fwudp->dst_port
422 pcb->remote_port = fwudp->dst_port;
H A Dproxy.c400 * Create a socket for outbound connection to dst_addr:dst_port.
408 ipX_addr_t *dst_addr, u16_t dst_port)
436 dst_sin6.sin6_port = htons(dst_port);
438 DPRINTF(("[%RTnaipv6]:%d ", &dst_sin6.sin6_addr, dst_port));
451 dst_sin.sin_port = htons(dst_port);
453 DPRINTF(("%RTnaipv4:%d ", dst_sin.sin_addr.s_addr, dst_port));
407 proxy_connected_socket(int sdom, int stype, ipX_addr_t *dst_addr, u16_t dst_port) argument
H A Dpxtcp.c1252 u16_t src_port, dst_port; local
1288 dst_port = fwspec->dst.sin.sin_port;
1297 dst_port = fwspec->dst.sin6.sin6_port;
1302 dst_port = ntohs(dst_port);
1309 error = tcp_connect(pcb, ipX_2_ip(&dst_addr), dst_port,
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dudp.c247 * @param dst_port Destination UDP port.
261 struct ip_addr *dst_ip, u16_t dst_port)
272 pcb->remote_port = dst_port;
260 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *dst_ip, u16_t dst_port) argument
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dudp.c764 * @param dst_port Destination UDP port.
766 * dst_ip & dst_port are expected to be in the same byte order as in the pcb.
777 ip_addr_t *dst_ip, u16_t dst_port)
780 return udp_sendto_chksum(pcb, p, dst_ip, dst_port, 0, 0);
786 u16_t dst_port, u8_t have_chksum, u16_t chksum)
822 return udp_sendto_if_chksum(pcb, p, dst_ip, dst_port, netif, have_chksum, chksum);
824 return udp_sendto_if(pcb, p, dst_ip, dst_port, netif);
838 * @param dst_port Destination UDP port.
841 * dst_ip & dst_port are expected to be in the same byte order as in the pcb.
849 ip_addr_t *dst_ip, u16_t dst_port, struc
776 udp_sendto(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip, u16_t dst_port) argument
785 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip, u16_t dst_port, u8_t have_chksum, u16_t chksum) argument
848 udp_sendto_if(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) argument
857 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif, u8_t have_chksum, u16_t chksum) argument
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_proxy.c582 u_short dst_port; local
590 dst_port = ((struct tcphdr *)ip_next(pip))
598 if ((dst_port == proxy_port || proxy_port == 0)
610 *proxy_server_port = dst_port;
H A Dalias_db.c305 u_short dst_port; member in struct:alias_link
449 u_short src_port, u_short dst_port, int link_type)
457 n += dst_port;
664 lnk->dst_port, port_net,
769 u_short dst_port,
828 dst_port, htons(port_sys + j),
973 u_short dst_port,
991 lnk->dst_port = dst_port;
1032 if (dst_port
448 StartPointOut(struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type) argument
765 FindNewPortGroup(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, u_short port_count, u_char proto, u_char align) argument
969 AddLink(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1110 ReLink(struct alias_link *old_lnk, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1139 _FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1188 FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1219 _FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1329 FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1534 FindUdpTcpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, u_char proto, int create) argument
1574 FindUdpTcpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, u_char proto, int create) argument
2328 LibAliasRedirectPort(struct libalias *la, struct in_addr src_addr, u_short src_port, struct in_addr dst_addr, u_short dst_port, struct in_addr alias_addr, u_short alias_port, u_char proto) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h759 UDP_PORT_t dst_port; /**< Destination UDP port */ member in struct:s_PXENV_UDP_WRITE

Completed in 90 milliseconds