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

  /src/sys/external/bsd/ipf/netinet/
ip_htable.h 42 struct iphtable_s *iph_next, **iph_pnext; member in struct:iphtable_s
ip_htable.c 372 iph->iph_pnext = &softh->ipf_htables[unit + 1];
374 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next;
473 iph->iph_next->iph_pnext = iph->iph_pnext;
474 if (iph->iph_pnext != NULL)
475 *iph->iph_pnext = iph->iph_next;
476 iph->iph_pnext = NULL;
503 if (iph->iph_pnext != NULL)
504 *iph->iph_pnext = iph->iph_next;
506 iph->iph_next->iph_pnext = iph->iph_pnext
    [all...]

Completed in 30 milliseconds