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

  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 337 oiph = oiph->iph_next)
370 iph->iph_next = softh->ipf_htables[unit + 1];
373 softh->ipf_htables[unit + 1]->iph_pnext = &iph->iph_next;
471 if (iph->iph_next != NULL)
472 iph->iph_next->iph_pnext = iph->iph_pnext;
474 *iph->iph_pnext = iph->iph_next;
476 iph->iph_next = NULL;
503 *iph->iph_pnext = iph->iph_next;
504 if (iph->iph_next != NULL)
505 iph->iph_next->iph_pnext = iph->iph_pnext
    [all...]
ip_htable.h 42 struct iphtable_s *iph_next, **iph_pnext; member in struct:iphtable_s

Completed in 13 milliseconds