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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c907 ipfw_table_xentry *xent; local
922 xent = (ipfw_table_xentry *)(op3 + 1);
923 if (xent->len < hdrlen || xent->len + read > sd->valsize)
927 tei.paddr = &xent->k;
928 tei.masklen = xent->masklen;
929 ipfw_import_table_value_legacy(xent->value, &v);
933 if (xent->type == IPFW_TABLE_ADDR) {
934 if (xent->len - hdrlen == sizeof(in_addr_t))
941 ti.uidx = xent
2462 ipfw_table_xentry *xent; local
[all...]
H A Dip_fw_table_algo.c419 struct radix_addr_xentry *xent; local
424 xent = (struct radix_addr_xentry *)(rnh->rnh_matchaddr(&sa6, &rnh->rh));
425 if (xent != NULL) {
426 *val = xent->value;
658 struct radix_addr_xentry *xent; local
684 xent = malloc(sizeof(*xent), M_IPFW_TBL, M_WAITOK | M_ZERO);
685 xent->masklen = mlen;
687 addr = (struct sockaddr *)&xent->addr6;
689 tb->ent_ptr = xent;
[all...]
/freebsd-11-stable/sys/netinet/
H A Dip_fw.h809 ipfw_table_xentry xent[0]; /* entries */ member in struct:_ipfw_xtable

Completed in 131 milliseconds