Lines Matching refs:T_DC
139 #define T_DC 0x01 /* Allow don't care */ in pfctl_file_fingerprints() macro
149 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU| in pfctl_file_fingerprints()
153 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC, in pfctl_file_fingerprints()
176 case T_DC: in pfctl_file_fingerprints()
192 case T_DC: in pfctl_file_fingerprints()
202 case T_DC: in pfctl_file_fingerprints()
211 case T_DC: in pfctl_file_fingerprints()
810 if (mod && (flags & T_DC)) { in get_int()
811 *mod = T_DC; in get_int()
892 *wscale_mod = T_DC; in get_tcpopts()
894 *mss_mod = T_DC; in get_tcpopts()
926 *this_mod = T_DC; in get_tcpopts()