Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dipsec.c678 char *sock_buf[buf_len]; in udp_ping_send() local
694 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_send()
702 } else if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_send()
715 char *sock_buf[buf_len]; in udp_ping_reply() local
722 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_reply()
732 if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_reply()