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

  /src/usr.sbin/npf/npfctl/
npf_var.c 55 npf_element_t * v_last; member in struct:npfvar
124 vp->v_last->e_next = el;
126 vp->v_last = el;
144 vp->v_last->e_next = vp2->v_elements;
147 vp->v_last = vp2->v_last;
151 vp2->v_last = NULL;
npf_var.c 55 npf_element_t * v_last; member in struct:npfvar
124 vp->v_last->e_next = el;
126 vp->v_last = el;
144 vp->v_last->e_next = vp2->v_elements;
147 vp->v_last = vp2->v_last;
151 vp2->v_last = NULL;
npf_var.c 55 npf_element_t * v_last; member in struct:npfvar
124 vp->v_last->e_next = el;
126 vp->v_last = el;
144 vp->v_last->e_next = vp2->v_elements;
147 vp->v_last = vp2->v_last;
151 vp2->v_last = NULL;

Completed in 41 milliseconds