Home | History | Annotate | Download | only in lib

Lines Matching refs:AF_UNSPEC

18  * struct nl_addr *a = nl_addr_parse("::1", AF_UNSPEC);
21 * a = nl_addr_parse("11:22:33:44:55:66", AF_UNSPEC);
221 * @arg hint Address family hint or AF_UNSPEC.
232 * HH:HH:HH:... variable AF_UNSPEC
247 int err, copy = 0, len = 0, family = AF_UNSPEC;
272 case AF_UNSPEC:
298 if (hint == AF_INET || hint == AF_UNSPEC) {
310 if (hint == AF_INET6 || hint == AF_UNSPEC) {
322 if ((hint == AF_LLC || hint == AF_UNSPEC) && strchr(str, ':')) {
344 if ((hint == AF_DECnet || hint == AF_UNSPEC) &&
357 if (hint == AF_UNSPEC && strchr(str, ':')) {
375 family = AF_UNSPEC;
599 * @return Address family or AF_UNSPEC if guessing wasn't successful.
611 return AF_UNSPEC;
885 __ADD(AF_UNSPEC,unspec)
924 return fam >= 0 ? fam : AF_UNSPEC;