Home
last modified time | relevance | path

Searched refs:hte (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_htable.c542 iphtent_t hte, *ent; local
545 if (op->iplo_size != sizeof(hte)) {
550 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
562 ent = ipf_htent_find(iph, &hte);
860 iphtent_t hte; local
863 if (op->iplo_size != sizeof(hte)) {
868 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
873 hte.ipe_uid = uid;
881 if (ipf_htent_find(iph, &hte) != NULL) {
886 err = ipf_htent_insert(softc, arg, iph, &hte);