Home | History | Annotate | Download | only in lib

Lines Matching defs:salen

619  * @arg salen		Length of sockaddr structure buffer.
622 * specified abstract address. The salen argument needs to be set to the
629 socklen_t *salen)
635 if (*salen < sizeof(*sai))
640 *salen = sizeof(*sai);
647 if (*salen < sizeof(*sa6))
652 *salen = sizeof(*sa6);
732 socklen_t salen = sizeof(buf);
734 err = nl_addr_fill_sockaddr(addr, (struct sockaddr *) &buf, &salen);
738 err = getnameinfo((struct sockaddr *) &buf, salen, host, hostlen,