si_other          210 samples/bpf/cookie_uid_helper_example.c 	struct sockaddr_in si_other = {0};
si_other          219 samples/bpf/cookie_uid_helper_example.c 	socklen_t slen = sizeof(si_other);
si_other          224 samples/bpf/cookie_uid_helper_example.c 	si_other.sin_family = AF_INET;
si_other          225 samples/bpf/cookie_uid_helper_example.c 	si_other.sin_port = htons(PORT);
si_other          226 samples/bpf/cookie_uid_helper_example.c 	if (inet_aton("127.0.0.1", &si_other.sin_addr) == 0)
si_other          228 samples/bpf/cookie_uid_helper_example.c 	if (bind(s_rcv, (struct sockaddr *)&si_other, sizeof(si_other)) == -1)
si_other          241 samples/bpf/cookie_uid_helper_example.c 			     (struct sockaddr *)&si_other, slen);
si_other          250 samples/bpf/cookie_uid_helper_example.c 		res = memcmp(&(si_other.sin_addr), &(si_me.sin_addr),