Searched refs:pppoe_codetoname (Results 1 – 1 of 1) sorted by relevance
53 static char *pppoe_codetoname(int, boolean_t);103 pppoe_codetoname(code, B_FALSE)); in interpret_pppoe()115 "Code = %d (%s)", code, pppoe_codetoname(code, B_TRUE)); in interpret_pppoe()190 pppoe_codetoname(int code, boolean_t verbose) in pppoe_codetoname() function