Searched refs:pbit (Results 1 – 2 of 2) sorted by relevance
590 int pbit; in auth_peer_success() local595 pbit = CHAP_PEER; in auth_peer_success()598 pbit = PAP_PEER; in auth_peer_success()618 if ((auth_pending[unit] &= ~pbit) == 0) { in auth_peer_success()653 int pbit; in auth_withpeer_success() local658 pbit = CHAP_WITHPEER; in auth_withpeer_success()664 pbit = PAP_WITHPEER; in auth_withpeer_success()668 pbit = 0; in auth_withpeer_success()675 if ((auth_pending[unit] &= ~pbit) == 0) { in auth_withpeer_success()
502 int pbit, pbyte; in ns_rprint() local507 pbit = *cp; in ns_rprint()508 pbyte = (pbit & ~7) / 8; in ns_rprint()509 if (pbit > 128) { in ns_rprint()510 ND_PRINT((ndo, " %u(bad plen)", pbit)); in ns_rprint()512 } else if (pbit < 128) { in ns_rprint()517 ND_PRINT((ndo, " %u %s", pbit, in ns_rprint()520 if (pbit > 0) { in ns_rprint()