Home
last modified time | relevance | path

Searched defs:afswtch (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ifconfig/
H A Difconfig.h197 struct afswtch { struct
198 const char *af_name; /* as given on cmd line, e.g. "inet" */
199 short af_af; /* AF_* */
226 struct afswtch *af_next; argument
232 void af_register(struct afswtch *); argument