Home
last modified time | relevance | path

Searched refs:xsend (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Droute.c68 void xsend(int sockfd, void *buf, size_t len) in xsend() function
122 xsend(fd, &req, sizeof(req)); in display_routes()
362 xsend(sockfd, nlMsg, nlMsg->nlmsg_len); in setroute()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c114 #define xsend(fd, buf, len, flags) \ macro
1214 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_select_listening()
1314 n = xsend(c1, &b, sizeof(b), 0); in test_reuseport_select_connected()
1381 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_mixed_groups()