Home
last modified time | relevance | path

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

/netbsd-src/sbin/ifconfig/
H A Dutil.c60 getsock(int naf) in getsock() function
219 if ((s = getsock(AF_UNSPEC)) == -1) in direct_ioctl()
255 if ((s = getsock(AF_LINK)) == -1) in print_link_addresses()
303 if ((s = getsock(sa->sa_family)) == -1) { in ifa_get_preference()
H A Dutil.h28 int getsock(int);
H A Daf_inet6.c304 if ((s = getsock(AF_INET6)) == -1) { in in6_alias()
444 if ((s = getsock(AF_INET6)) == -1) in in6_addr_flags()
H A Denv.c92 if ((s = getsock(AF_UNSPEC)) == -1) in getifflags()
H A Daf_inetany.c80 if ((s = getsock(af)) == -1) in commit_address()
H A Daf_inet.c217 if ((s = getsock(AF_INET)) == -1) in in_addr_flags()
H A Daf_atalk.c209 if ((s = getsock(AF_APPLETALK)) == -1) { in at_status()
H A Difconfig.c801 if ((s = getsock(af)) == -1) in main()
802 err(EXIT_FAILURE, "%s: getsock", __func__); in main()
920 s = getsock(AF_INET); in list_cloners()
1294 if ((s = getsock(af)) == -1) in status()
1295 err(EXIT_FAILURE, "%s: getsock", __func__); in status()
H A Dmedia.c411 if ((s = getsock(af)) == -1) in media_status()