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

  /src/sys/net/
if.h 415 char *if_description; /* i: interface description */ member in struct:ifnet
if.c 3306 if (ifp->if_description != NULL)
3307 kmem_free(ifp->if_description, IFDESCRSIZE);
3309 ifp->if_description = descr;
3314 descr = ifp->if_description;

Completed in 37 milliseconds