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()
506 xi.tflags != xie.tflags || xi.vmask != xie.vmask || ( in table_create()
799 table_print_type(ttype, sizeof(ttype), i->type, i->tflags); in table_show_info()
1188 uint8_t tflags) in tentry_fill_key_type() argument
1281 if ((tflags & IPFW_TFFLAG_SRCIP) != 0) { in tentry_fill_key_type()
1303 if ((tflags & IPFW_TFFLAG_PROTO) != 0) { in tentry_fill_key_type()
1327 if ((tflags & IPFW_TFFLAG_SRCPORT) != 0) { in tentry_fill_key_type()
1345 if ((tflags & IPFW_TFFLAG_DSTIP) != 0) { in tentry_fill_key_type()
1369 if ((tflags & IPFW_TFFLAG_DSTPORT) != 0) { in tentry_fill_key_type()
1458 uint8_t type, tflags; in tentry_fill_key() local
1463 tflags = 0; in tentry_fill_key()
1475 tflags = xi->tflags; in tentry_fill_key()
1510 tentry_fill_key_type(key, tent, type, tflags); in tentry_fill_key()
1935 if ((i->tflags & IPFW_TFFLAG_SRCIP) != 0) { in table_show_entry()
1946 if ((i->tflags & IPFW_TFFLAG_PROTO) != 0) { in table_show_entry()
1951 if ((i->tflags & IPFW_TFFLAG_SRCPORT) != 0) { in table_show_entry()
1955 if ((i->tflags & IPFW_TFFLAG_DSTIP) != 0) { in table_show_entry()
1966 if ((i->tflags & IPFW_TFFLAG_DSTPORT) != 0) { in table_show_entry()