Home | History | Annotate | Download | only in iputils

Lines Matching full:alen

956 		socklen_t alen;
998 alen = sizeof(source);
999 if (getsockname(probe_fd, (struct sockaddr*)&source, &alen) == -1) {