Lines Matching defs:hte
527 iphtent_t hte, *ent;
530 if (op->iplo_size != sizeof(hte)) {
535 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
547 ent = ipf_htent_find(iph, &hte);
819 iphtent_t hte;
822 if (op->iplo_size != sizeof(hte)) {
827 err = COPYIN(op->iplo_struct, &hte, sizeof(hte));
832 hte.ipe_uid = uid;
840 if (ipf_htent_find(iph, &hte) != NULL) {
845 err = ipf_htent_insert(softc, arg, iph, &hte);