HomeSort by: relevance | last modified time | path
    Searched defs:getsock (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/ifconfig/
util.c 60 getsock(int naf) function in typeref:typename:int
219 if ((s = getsock(AF_UNSPEC)) == -1)
220 err(EXIT_FAILURE, "getsock");
255 if ((s = getsock(AF_LINK)) == -1)
256 err(EXIT_FAILURE, "%s: getsock", __func__);
303 if ((s = getsock(sa->sa_family)) == -1) {
util.c 60 getsock(int naf) function in typeref:typename:int
219 if ((s = getsock(AF_UNSPEC)) == -1)
220 err(EXIT_FAILURE, "getsock");
255 if ((s = getsock(AF_LINK)) == -1)
256 err(EXIT_FAILURE, "%s: getsock", __func__);
303 if ((s = getsock(sa->sa_family)) == -1) {
util.c 60 getsock(int naf) function in typeref:typename:int
219 if ((s = getsock(AF_UNSPEC)) == -1)
220 err(EXIT_FAILURE, "getsock");
255 if ((s = getsock(AF_LINK)) == -1)
256 err(EXIT_FAILURE, "%s: getsock", __func__);
303 if ((s = getsock(sa->sa_family)) == -1) {

Completed in 31 milliseconds