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 3349 if (ifp->if_description != NULL)
3350 kmem_free(ifp->if_description, IFDESCRSIZE);
3352 ifp->if_description = descr;
3357 descr = ifp->if_description;

Completed in 15 milliseconds