Searched refs:secbit (Results 1 – 4 of 4) sorted by relevance
47 secbit(int class) in secbit() function
1530 IPFY_SEC_UNC { $$ = secbit(IPSO_CLASS_UNCL); }1531 | IPFY_SEC_CONF { $$ = secbit(IPSO_CLASS_CONF); }1532 | IPFY_SEC_RSV1 { $$ = secbit(IPSO_CLASS_RES1); }1533 | IPFY_SEC_RSV2 { $$ = secbit(IPSO_CLASS_RES2); }1534 | IPFY_SEC_RSV3 { $$ = secbit(IPSO_CLASS_RES3); }1535 | IPFY_SEC_RSV4 { $$ = secbit(IPSO_CLASS_RES4); }1536 | IPFY_SEC_SEC { $$ = secbit(IPSO_CLASS_SECR); }1537 | IPFY_SEC_TS { $$ = secbit(IPSO_CLASS_TOPS); }
337 extern u_char secbit(int);
2202 u_int i, secbit, wscale; in syncookie_generate() local2234 secbit = V_tcp_syncache.secret.oddeven & 0x1; in syncookie_generate()2235 cookie.flags.odd_even = secbit; in syncookie_generate()2237 secbits = V_tcp_syncache.secret.key[secbit]; in syncookie_generate()2394 int secbit; in syncookie_reseed() local2402 secbit = (sc->secret.oddeven & 0x1) ? 0 : 1; in syncookie_reseed()2403 secbits = sc->secret.key[secbit]; in syncookie_reseed()