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

  /src/sbin/ifconfig/
util.h 26 const struct afswtch *lookup_af_bynum(int);
tunnel.c 162 afp = lookup_af_bynum(req.addr.ss_family);
ifconfig.c 563 afp = lookup_af_bynum(ifa->ifa_addr->sa_family);
807 if ((afp = lookup_af_bynum(af)) == NULL)
808 errx(EXIT_FAILURE, "%s: lookup_af_bynum", __func__);
840 lookup_af_bynum(int afnum) function in typeref:typename:const struct afswtch *
1291 afp = lookup_af_bynum(af);

Completed in 12 milliseconds