Home
last modified time | relevance | path

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

/freebsd-src/sbin/ifconfig/
H A Difconfig.h187 struct afswtch { struct
188 const char *af_name; /* as given on cmd line, e.g. "inet" */
189 short af_af; /* AF_* */
216 struct afswtch *af_next; argument
222 void af_register(struct afswtch *); argument