Searched refs:udp_recv (Results 1 – 25 of 28) sorted by relevance
12
/third_party/selinux/libsepol/tests/policies/test-hooks/ |
D | cmp_policy.conf | 222 udp_recv 233 udp_recv
|
D | small-base.conf | 222 udp_recv 233 udp_recv
|
/third_party/selinux/libsepol/tests/policies/test-expander/ |
D | alias-base.conf | 222 udp_recv 233 udp_recv
|
D | role-base.conf | 222 udp_recv 233 udp_recv
|
D | user-base.conf | 222 udp_recv 233 udp_recv
|
D | small-base.conf | 222 udp_recv 233 udp_recv
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_raw.c | 98 udp_recv(snmp_pcb, snmp_recv, NULL); in snmp_init()
|
/third_party/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 222 udp_recv 233 udp_recv
|
D | base-notmetreq.conf | 221 udp_recv 232 udp_recv
|
D | base-metreq.conf | 222 udp_recv 233 udp_recv
|
/third_party/lwip/test/unit/udp/ |
D | test_udp.c | 242 udp_recv(pcb_any, test_recv, &ctr_any); in START_TEST() 255 udp_recv(pcb1, test_recv, &ctr1); in START_TEST() 256 udp_recv(pcb2, test_recv, &ctr2); in START_TEST()
|
/third_party/libuv/test/ |
D | test-getsockname.c | 238 static void udp_recv(uv_udp_t* handle, in udp_recv() function 298 r = uv_udp_recv_start(&udpServer, alloc, udp_recv); in udp_listener()
|
/third_party/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 222 udp_recv 233 udp_recv
|
/third_party/lwip/src/include/lwip/ |
D | udp.h | 128 void udp_recv (struct udp_pcb *pcb, udp_recv_fn recv,
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 130 udp_recv(result->sock.pcb, coap_recv, (void*)result); in coap_new_endpoint()
|
/third_party/lwip/src/netif/ |
D | zepif.c | 266 udp_recv(state->pcb, zepif_udp_recv, netif); in zepif_init()
|
/third_party/lwip/src/apps/tftp/ |
D | tftp_server.c | 419 udp_recv(pcb, recv, NULL); in tftp_init()
|
/third_party/lwip/src/apps/netbiosns/ |
D | netbiosns.c | 490 udp_recv(netbiosns_pcb, netbiosns_recv, netbiosns_pcb); in netbiosns_init()
|
/third_party/lwip/src/core/ |
D | dns.c | 353 udp_recv(dns_pcbs[0], dns_recv, NULL); in dns_init() 955 udp_recv(pcb, dns_recv, NULL); in dns_alloc_random_port()
|
D | udp.c | 1166 udp_recv(struct udp_pcb *pcb, udp_recv_fn recv, void *recv_arg) in udp_recv() function
|
/third_party/lwip/src/apps/sntp/ |
D | sntp.c | 671 udp_recv(sntp_pcb, sntp_recv, NULL); in sntp_init()
|
/third_party/lwip/src/core/ipv6/ |
D | dhcp6.c | 155 udp_recv(dhcp6_pcb, dhcp6_recv, NULL); in dhcp6_inc_pcb_refcount()
|
/third_party/lwip/src/netif/ppp/ |
D | pppol2tp.c | 134 udp_recv(udp, pppol2tp_input, l2tp); in pppol2tp_create()
|
/third_party/libuv/docs/src/ |
D | udp.rst | 410 `suggested_size` in `alloc_cb` for udp_recv is always set to the size of 1 max size dgram.
|
/third_party/lwip/src/api/ |
D | api_msg.c | 651 udp_recv(msg->conn->pcb.udp, recv_udp, msg->conn);
|
12