Lines Matching refs:tflags

354 table_parse_type(uint8_t ttype, char *p, uint8_t *tflags)  in table_parse_type()  argument
366 *tflags = fset; in table_parse_type()
376 table_print_type(char *tbuf, size_t size, uint8_t type, uint8_t tflags) in table_print_type() argument
390 if (tflags != 0) { in table_print_type()
393 print_flags_buffer(tbuf, size, flowtypecmds, tflags); in table_print_type()
441 error = table_parse_type(val, p, &xi.tflags); in table_create()
499 xi.tflags != xie.tflags || xi.vmask != xie.vmask || ( in table_create()
792 table_print_type(ttype, sizeof(ttype), i->type, i->tflags); in table_show_info()
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()
1342 if ((tflags & IPFW_TFFLAG_DSTPORT) != 0) { in tentry_fill_key_type()
1432 uint8_t type, tflags; in tentry_fill_key() local
1437 tflags = 0; in tentry_fill_key()
1449 tflags = xi->tflags; in tentry_fill_key()
1484 tentry_fill_key_type(key, tent, type, tflags); in tentry_fill_key()
1899 if ((i->tflags & IPFW_TFFLAG_SRCIP) != 0) { in table_show_entry()
1910 if ((i->tflags & IPFW_TFFLAG_PROTO) != 0) { in table_show_entry()
1915 if ((i->tflags & IPFW_TFFLAG_SRCPORT) != 0) { in table_show_entry()
1919 if ((i->tflags & IPFW_TFFLAG_DSTIP) != 0) { in table_show_entry()
1930 if ((i->tflags & IPFW_TFFLAG_DSTPORT) != 0) { in table_show_entry()