Searched refs:xent (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c911 ipfw_table_xentry *xent; local
926 xent = (ipfw_table_xentry *)(op3 + 1);
927 if (xent->len < hdrlen || xent->len + read > sd->valsize)
931 tei.paddr = &xent->k;
932 tei.masklen = xent->masklen;
933 ipfw_import_table_value_legacy(xent->value, &v);
937 if (xent->type == IPFW_TABLE_ADDR) {
938 if (xent->len - hdrlen == sizeof(in_addr_t))
945 ti.uidx = xent
2462 ipfw_table_xentry *xent; local
[all...]
H A Dip_fw_table_algo.c418 struct radix_addr_xentry *xent; local
423 xent = (struct radix_addr_xentry *)(rnh->rnh_matchaddr(&sa6, &rnh->rh));
424 if (xent != NULL) {
425 *val = xent->value;
656 struct radix_addr_xentry *xent; local
682 xent = malloc(sizeof(*xent), M_IPFW_TBL, M_WAITOK | M_ZERO);
683 xent->masklen = mlen;
685 addr = (struct sockaddr *)&xent->addr6;
687 tb->ent_ptr = xent;
[all...]
/freebsd-13-stable/sys/netinet/
H A Dip_fw.h810 ipfw_table_xentry xent[0]; /* entries */ member in struct:_ipfw_xtable

Completed in 69 milliseconds