Home
last modified time | relevance | path

Searched refs:send_udp (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/network/stress/route/
Droute-change-netlink.c270 static void send_udp(struct addrinfo *rhost_addrinfo) in send_udp() function
290 send_udp(p_rhost->ip); in run()
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso_bench_tx.c274 static int send_udp(int fd, char *data) in send_udp() function
677 num_sends += send_udp(fd, buf[i]); in main()
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dnft_concat_range.sh531 send_udp() { function
553 send_udp() { function
568 send_udp() { function
/external/openthread/tools/harness-thci/
DOpenThread_BR.py384 def send_udp(self, interface, dst, port, payload): member in OpenThread_BR
386 super(OpenThread_BR, self).send_udp(interface, dst, port, payload)
DOpenThread.py2995 def send_udp(self, interface, destination, port, payload='12ABcd'): member in OpenThreadTHCI