Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c674 char *sock_buf[buf_len]; in udp_ping_send() local
690 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_send()
698 } else if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_send()
711 char *sock_buf[buf_len]; in udp_ping_reply() local
718 r_bytes = recv(sock[0], sock_buf, buf_len, 0); in udp_ping_reply()
728 if (r_bytes != buf_len || memcmp(buf, sock_buf, buf_len)) { in udp_ping_reply()