Searched refs:table_value (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_value.c | 86 struct table_value *pval; 106 mask_table_value(struct table_value *src, struct table_value *dst, in mask_table_value() 130 struct table_value *pval; in get_value_ptrs() 156 struct table_value *pval; in update_tvalue() 193 pval = (struct table_value *)ch->valuestate; in resize_shared_value_storage() 218 pval = (struct table_value *)ch->valuestate; in resize_shared_value_storage() 337 struct table_value *pval; in rollback_table_values() 422 struct table_value *pval; in ipfw_garbage_table_values() 486 struct table_value tval, *pval; in ipfw_link_table_values() 648 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); 175 void ipfw_export_table_value_v1(struct table_value *v, ipfw_table_value *iv);
|
| H A D | ip_fw_table.c | 180 static struct table_value * 183 struct table_value *pval; in get_table_value() 185 pval = (struct table_value *)ch->valuestate; in get_table_value() 912 struct table_value v; in manage_table_ent_v0() 1041 ptei->pvalue = (struct table_value *)&ptent->v.value; in manage_table_ent_v1() 1093 struct table_value *pval; in find_table_entry() 2355 struct table_value *pval; in dump_table_entry() 2427 struct table_value *pval; in dump_table_tentry() 2466 struct table_value *pval; in dump_table_xentry()
|
| H A D | ip_fw_private.h | 333 struct table_value { struct 425 #define TARG_VAL(ch, k, f) ((struct table_value *)((ch)->valuestate))[k].f
|
| H A D | ip_fw_sockopt.c | 3985 struct table_value v; in ipfw_ctl()
|
| /freebsd-12.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()
|