Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
A Dcookie_uid_helper_example.c219 struct sockaddr_in si_other = {0}; in udp_client() local
228 socklen_t slen = sizeof(si_other); in udp_client()
233 si_other.sin_family = AF_INET; in udp_client()
234 si_other.sin_port = htons(PORT); in udp_client()
235 if (inet_aton("127.0.0.1", &si_other.sin_addr) == 0) in udp_client()
237 if (bind(s_rcv, (struct sockaddr *)&si_other, sizeof(si_other)) == -1) in udp_client()
250 (struct sockaddr *)&si_other, slen); in udp_client()
259 res = memcmp(&(si_other.sin_addr), &(si_me.sin_addr), in udp_client()

Completed in 3 milliseconds