Searched refs:if_description (Results 1 – 3 of 3) sorted by relevance
64 IF_DB_PRINTF("%s", if_description); in if_show_ifnet()
697 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()
305 char *if_description; /* interface description */ member