Searched refs:send_udp (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 270 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/ |
D | udpgso_bench_tx.c | 274 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/ |
D | nft_concat_range.sh | 531 send_udp() { function 553 send_udp() { function 568 send_udp() { function
|
/external/openthread/tools/harness-thci/ |
D | OpenThread_BR.py | 384 def send_udp(self, interface, dst, port, payload): member in OpenThread_BR 386 super(OpenThread_BR, self).send_udp(interface, dst, port, payload)
|
D | OpenThread.py | 2995 def send_udp(self, interface, destination, port, payload='12ABcd'): member in OpenThreadTHCI
|