Searched refs:GET_INT (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_osfp.c | 149 #define GET_INT(v, mod, n, ty, mx) \ in pfctl_file_fingerprints() macro 154 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU| in pfctl_file_fingerprints() 156 GET_INT(ttl, NULL, "ttl", 0, 0xff) || in pfctl_file_fingerprints() 157 GET_INT(df, NULL, "don't fragment frag", 0, 1) || in pfctl_file_fingerprints() 158 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC, in pfctl_file_fingerprints()
|