/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | udp.h | 78 err_t udp_bind (struct udp_pcb *pcb, struct ip_addr *ipaddr,
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | udp.h | 155 err_t udp_bind (struct udp_pcb *pcb, ip_addr_t *ipaddr, 213 udp_bind(pcb, ip6_2_ip(ip6addr), port)
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | udp.c | 59 static int udp_bind ( struct udp_connection *udp ) { function 70 if ( udp_bind ( udp ) == 0 ) 123 if ( ( rc = udp_bind ( udp ) ) != 0 )
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | dhcp.c | 251 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); 614 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); 688 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); 742 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); 861 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); 915 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); 962 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
|
H A D | udp.c | 308 err = udp_bind(pcb, &pcb->local_ip, pcb->local_port); 428 udp_bind(struct udp_pcb *pcb, struct ip_addr *ipaddr, u16_t port) function 433 LWIP_DEBUGF(UDP_DEBUG | DBG_TRACE | 3, ("udp_bind(ipaddr = ")); 462 ("udp_bind: local port %"U16_F" already bound by another pcb\n", port)); 487 LWIP_DEBUGF(UDP_DEBUG, ("udp_bind: out of free UDP ports\n")); 500 ("udp_bind: bound to %"U16_F".%"U16_F".%"U16_F".%"U16_F", port %"U16_F"\n", 526 err_t err = udp_bind(pcb, &pcb->local_ip, pcb->local_port);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 288 #define udp_bind lwip_udp_bind macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 212 #define udp_bind lwip_udp_bind macro
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | proxy_tftpd.c | 170 error = udp_bind(tftpd.pcb, &proxy_netif->ip_addr, TFTP_SERVER_PORT); 518 error = udp_bind(pcb, ipX_2_ip(&tftpd.pcb->local_ip), 0);
|
H A D | pxdns.c | 233 error = udp_bind(pxdns->pcb4, IP_ADDR_ANY, 53);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | udp.c | 624 /* equivalent of udp_bind */ 884 err = udp_bind(pcb, ipX_2_ip(&pcb->local_ip), pcb->local_port); 1122 udp_bind(struct udp_pcb *pcb, ip_addr_t *ipaddr, u16_t port) 1127 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_bind(ipaddr = ")); 1159 ("udp_bind: local port %"U16_F" already bound by another pcb\n", port)); 1172 LWIP_DEBUGF(UDP_DEBUG, ("udp_bind: out of free UDP ports\n")); 1184 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("udp_bind: bound to ")); 1213 err_t err = udp_bind(pcb, ipX_2_ip(&pcb->local_ip), pcb->local_port);
|
H A D | dns.c | 254 udp_bind(dns_pcb, IP_ADDR_ANY, 0);
|
H A D | dhcp.c | 683 udp_bind(dhcp->pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT); 732 udp_bind(dhcp.pcb, IP_ADDR_ANY, DHCP_CLIENT_PORT);
|
/vbox/src/VBox/Devices/Network/lwip/src/api/ |
H A D | api_msg.c | 438 msg->conn->err = udp_bind(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | msg_in.c | 84 udp_bind(snmp1_pcb, IP_ADDR_ANY, SNMP_IN_PORT);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | api_msg.c | 915 msg->err = udp_bind(msg->conn->pcb.udp, msg->msg.bc.ipaddr, msg->msg.bc.port);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | msg_in.c | 80 udp_bind(snmp1_pcb, IP_ADDR_ANY, SNMP_IN_PORT);
|