Searched refs:udp_connect (Results 1 – 9 of 9) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | udp.h | 129 err_t udp_connect (struct udp_pcb *pcb, const ip_addr_t *ipaddr,
|
/third_party/libuv/test/ |
D | test-udp-connect.c | 100 TEST_IMPL(udp_connect) { in TEST_IMPL() argument
|
D | test-list.h | 162 TEST_DECLARE (udp_connect) 736 TEST_ENTRY (udp_connect)
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 407 err = udp_connect(pcb, &server->addr, server->port); in coap_socket_connect_udp()
|
/third_party/lwip/src/core/ |
D | udp.c | 1125 udp_connect(struct udp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port) function
|
/third_party/lwip/src/core/ipv4/ |
D | dhcp.c | 248 udp_connect(dhcp_pcb, IP4_ADDR_ANY, LWIP_IANA_PORT_DHCP_SERVER); in dhcp_inc_pcb_refcount()
|
/third_party/lwip/src/api/ |
D | api_msg.c | 1426 err = udp_connect(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port);
|
/third_party/lwip/ |
D | CHANGELOG | 2269 * dhcp.c: Removed most calls to udp_connect since they aren't necessary
|
/third_party/NuttX/ |
D | ReleaseNotes | 34169 * [#8297](https://github.com/apache/nuttx/pull/8297) net: tcp: udp_connect: If the remote addr is A…
|