Searched refs:mppe_bits_to_string (Results 1 – 1 of 1) sorted by relevance
83 static const char *mppe_bits_to_string(uint32_t);194 strlcpy(buf, mppe_bits_to_string(_this->ppp->ccp.mppe_o_bits), in mppe_start()198 mppe_bits_to_string(_this->ppp->ccp.mppe_p_bits)); in mppe_start()296 strlcpy(obuf, mppe_bits_to_string(our_bits), sizeof(obuf)); in mppe_create_our_bits()297 strlcpy(pbuf, mppe_bits_to_string(peer_bits), sizeof(pbuf)); in mppe_create_our_bits()536 mppe_bits_to_string(uint32_t bits) in mppe_bits_to_string() function