Searched refs:secbit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipoptsec.c47 u_char secbit(class) function
/freebsd-11-stable/sys/netinet/
H A Dtcp_syncache.c2014 u_int i, secbit, wscale; local
2048 secbit = sch->sch_sc->secret.oddeven & 0x1;
2049 cookie.flags.odd_even = secbit;
2051 secbits = sch->sch_sc->secret.key[secbit];
2208 int secbit; local
2216 secbit = (sc->secret.oddeven & 0x1) ? 0 : 1;
2217 secbits = sc->secret.key[secbit];
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y1531 IPFY_SEC_UNC { $$ = secbit(IPSO_CLASS_UNCL); }
1532 | IPFY_SEC_CONF { $$ = secbit(IPSO_CLASS_CONF); }
1533 | IPFY_SEC_RSV1 { $$ = secbit(IPSO_CLASS_RES1); }
1534 | IPFY_SEC_RSV2 { $$ = secbit(IPSO_CLASS_RES2); }
1535 | IPFY_SEC_RSV3 { $$ = secbit(IPSO_CLASS_RES3); }
1536 | IPFY_SEC_RSV4 { $$ = secbit(IPSO_CLASS_RES4); }
1537 | IPFY_SEC_SEC { $$ = secbit(IPSO_CLASS_SECR); }
1538 | IPFY_SEC_TS { $$ = secbit(IPSO_CLASS_TOPS); }
/freebsd-11-stable/contrib/ipfilter/
H A Dipf.h344 extern u_char secbit(int);

Completed in 77 milliseconds