Home
last modified time | relevance | path

Searched refs:tcp_recv (Results 1 – 20 of 20) sorted by relevance

/third_party/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf220 tcp_recv
231 tcp_recv
Dsmall-base.conf220 tcp_recv
231 tcp_recv
/third_party/selinux/libsepol/tests/policies/test-expander/
Drole-base.conf220 tcp_recv
231 tcp_recv
Dalias-base.conf220 tcp_recv
231 tcp_recv
Duser-base.conf220 tcp_recv
231 tcp_recv
Dsmall-base.conf220 tcp_recv
231 tcp_recv
/third_party/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf220 tcp_recv
231 tcp_recv
Dbase-notmetreq.conf219 tcp_recv
230 tcp_recv
Dbase-metreq.conf220 tcp_recv
231 tcp_recv
/third_party/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf220 tcp_recv
231 tcp_recv
/third_party/lwip/src/core/
Daltcp_tcp.c165 tcp_recv(tpcb, NULL); in altcp_tcp_remove_callbacks()
178 tcp_recv(tpcb, altcp_tcp_recv); in altcp_tcp_setup_callbacks()
Dtcp.c2191 tcp_recv(struct tcp_pcb *pcb, tcp_recv_fn recv) function
/third_party/lwip/src/include/lwip/
Daltcp.h169 #define altcp_recv tcp_recv
Dtcp.h420 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c259 tcp_recv(conn->conn_pcb, NULL); in lwiperf_tcp_close()
628 tcp_recv(newpcb, lwiperf_tcp_recv); in lwiperf_tcp_accept()
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c245 tcp_recv(pcb, test_tcp_counters_recv); in test_tcp_new_counters_pcb()
Dtest_tcp.c273 tcp_recv(pcb, test_tcp_recv_expect1byte); in test_tcp_recv_expectclose()
287 tcp_recv(pcb, test_tcp_recv_expectclose); in test_tcp_recv_expect1byte()
325 tcp_recv(pcb, test_tcp_recv_expect1byte); in START_TEST()
/third_party/lwip/src/api/
Dapi_msg.c549 tcp_recv(pcb, recv_tcp);
611 tcp_recv(pcb, NULL);
1013 tcp_recv(tpcb, NULL);
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf211 tcp_recv
221 tcp_recv
1458 allow kernel_t netif_type:netif { tcp_send tcp_recv };
1459 allow kernel_t node_type:node { tcp_send tcp_recv };
/third_party/lwip/
DCHANGELOG2708 tcp_recv callback (see rawapi.txt).