Home
last modified time | relevance | path

Searched refs:pppoe_codetoname (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c55 static char *pppoe_codetoname(int, boolean_t);
105 pppoe_codetoname(code, B_FALSE)); in interpret_pppoe()
117 "Code = %d (%s)", code, pppoe_codetoname(code, B_TRUE)); in interpret_pppoe()
192 pppoe_codetoname(int code, boolean_t verbose) in pppoe_codetoname() function