HomeSort by: relevance | last modified time | path
    Searched defs:pfil_list_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
pfil.c 61 } pfil_list_t; typedef in typeref:struct:__anonea41f28d0208
64 pfil_list_t *active; /* lists[0] or lists[1] */
65 pfil_list_t lists[2];
187 pfil_list_t *newlist, *oldlist;
217 /* create new pfil_list_t copied from old */
218 memcpy(newlist, oldlist, sizeof(pfil_list_t));
319 pfil_list_t *oldlist, *newlist;
323 /* create new pfil_list_t copied from old */
409 pfil_list_t *phlist;
455 pfil_list_t *phlist
    [all...]

Completed in 11 milliseconds