Searched refs:tflags (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 366 *tflags = fset; in table_parse_type() 390 if (tflags != 0) { in table_print_type() 499 xi.tflags != xie.tflags || xi.vmask != xie.vmask || ( in table_create() 1180 uint8_t tflags) in tentry_fill_key_type() argument 1254 if ((tflags & IPFW_TFFLAG_SRCIP) != 0) { in tentry_fill_key_type() 1276 if ((tflags & IPFW_TFFLAG_PROTO) != 0) { in tentry_fill_key_type() 1300 if ((tflags & IPFW_TFFLAG_SRCPORT) != 0) { in tentry_fill_key_type() 1318 if ((tflags & IPFW_TFFLAG_DSTIP) != 0) { in tentry_fill_key_type() 1432 uint8_t type, tflags; in tentry_fill_key() local 1437 tflags = 0; in tentry_fill_key() [all …]
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 76 uint8_t tflags; /* type flags */ member 99 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags); 1216 uint8_t tflags; in flush_table() local 1250 tflags = tc->tflags; in flush_table() 1267 error = ta->init(ch, &astate_new, &ti_new, pstate, tflags); in flush_table() 1415 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables() 1887 tc = alloc_table_config(ch, ti, ta, aname, i->tflags); in create_table_internal() 2072 i->tflags = tc->tflags; in export_table_info() 3157 struct table_algo *ta, char *aname, uint8_t tflags) in alloc_table_config() argument 3183 tc->tflags = tflags; in alloc_table_config() [all …]
|
| H A D | ip_fw_table_algo.c | 438 char *data, uint8_t tflags) in ta_init_radix() argument 1268 char *data, uint8_t tflags) in ta_init_chash() argument 2091 char *data, uint8_t tflags) in ta_init_ifidx() argument 2712 char *data, uint8_t tflags) in ta_init_numarray() argument 3255 char *data, uint8_t tflags) in ta_init_fhash() argument 3274 if (tflags & IPFW_TFFLAG_SRCIP) { in ta_init_fhash() 3278 if (tflags & IPFW_TFFLAG_DSTIP) { in ta_init_fhash() 3282 if (tflags & IPFW_TFFLAG_SRCPORT) { in ta_init_fhash() 3286 if (tflags & IPFW_TFFLAG_DSTPORT) { in ta_init_fhash() 3290 if (tflags & IPFW_TFFLAG_PROTO) { in ta_init_fhash() [all …]
|
| H A D | ip_fw_table.h | 78 struct table_info *ti, char *data, uint8_t tflags);
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 978 uint8_t tflags; /* type flags */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fw.h | 978 uint8_t tflags; /* type flags */ member
|