Searched refs:table_value (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_value.c | 85 struct table_value *pval; 104 mask_table_value(struct table_value *src, struct table_value *dst, in mask_table_value() 128 struct table_value *pval; in get_value_ptrs() 154 struct table_value *pval; in update_tvalue() 191 pval = (struct table_value *)ch->valuestate; in resize_shared_value_storage() 216 pval = (struct table_value *)ch->valuestate; in resize_shared_value_storage() 335 struct table_value *pval; in rollback_table_values() 415 struct table_value *pval; in ipfw_garbage_table_values() 480 struct table_value tval, *pval; in ipfw_link_table_values() 641 struct table_value v; in ipfw_import_table_value_v1() [all …]
|
| H A D | ip_fw_table.h | 56 struct table_value; 59 struct table_value *pvalue; 161 void ipfw_import_table_value_legacy(uint32_t value, struct table_value *v); 162 uint32_t ipfw_export_table_value_legacy(struct table_value *v); 176 void ipfw_export_table_value_v1(struct table_value *v, ipfw_table_value *iv);
|
| H A D | ip_fw_table.c | 179 static struct table_value * 182 struct table_value *pval; in get_table_value() 184 pval = (struct table_value *)ch->valuestate; in get_table_value() 914 struct table_value v; in manage_table_ent_v0() 1043 ptei->pvalue = (struct table_value *)&ptent->v.value; in manage_table_ent_v1() 1095 struct table_value *pval; in find_table_entry() 2353 struct table_value *pval; in dump_table_entry() 2425 struct table_value *pval; in dump_table_tentry() 2464 struct table_value *pval; in dump_table_xentry()
|
| H A D | ip_fw_private.h | 327 struct table_value { struct 418 #define TARG_VAL(ch, k, f) ((struct table_value *)((ch)->valuestate))[k].f
|
| H A D | ip_fw_sockopt.c | 3967 struct table_value v; in ipfw_ctl()
|
| /freebsd-13.1/contrib/bsnmp/lib/ |
| H A D | snmpclient.c | 368 table_value(const struct snmp_table *descr, struct entry *e, in table_value() function 528 if (table_value(work->descr, e, b)) in table_check_response()
|