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

  /src/sbin/ifconfig/
util.h 13 struct afswtch { struct
20 SIMPLEQ_ENTRY(afswtch) af_next;
25 const struct afswtch *lookup_af_byname(const char *);
26 const struct afswtch *lookup_af_bynum(int);
extern.h 80 int register_family(struct afswtch *);
af_link.c 65 static struct afswtch af = {
ifconfig.c 270 static SIMPLEQ_HEAD(, afswtch) aflist = SIMPLEQ_HEAD_INITIALIZER(aflist);
436 register_family(struct afswtch *af)
535 const struct afswtch *afp;
627 const struct afswtch *afp;
824 const struct afswtch *afp;
839 const struct afswtch *
842 const struct afswtch *afp;
1284 const struct afswtch *afp;
af_atalk.c 70 static struct afswtch ataf = {
af_inet.c 71 static struct afswtch af = {
tunnel.c 155 const struct afswtch *afp;
af_inet6.c 103 static struct afswtch in6af = {

Completed in 14 milliseconds