Home
last modified time | relevance | path

Searched refs:if_description (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_debug.c64 IF_DB_PRINTF("%s", if_description); in if_show_ifnet()
H A Dif.c697 free(ifp->if_description, M_IFDESCR); in if_free_internal()
2525 if (ifp->if_description == NULL) in ifhwioctl()
2529 descrlen = strlen(ifp->if_description) + 1; in ifhwioctl()
2533 error = copyout(ifp->if_description, in ifhwioctl()
2567 odescrbuf = ifp->if_description; in ifhwioctl()
2568 ifp->if_description = descrbuf; in ifhwioctl()
H A Dif_var.h305 char *if_description; /* interface description */ member