Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h101 #define POETT_SYSERR 0x0202 /* AC-System-Error; may have UTF-8 */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c490 case POETT_SYSERR: /* AC-System-Error */ in display_pppoe()
509 case POETT_SYSERR: /* AC-System-Error */ in display_pppoe()
877 case POETT_SYSERR: /* AC-System-Error */ in send_padr()
1258 if (ttyp == POETT_NAMERR || ttyp == POETT_SYSERR || in error_check()
H A Dcommon.c288 { POETT_SYSERR, "AC-System-Error" },
H A Doptions.c2035 case POETT_SYSERR: /* AC-System-Error */ in locate_service()
2227 (void) poe_add_str(poep, POETT_SYSERR, cp); in launch_service()
2251 (void) poe_add_str(poep, POETT_SYSERR, mystrerror(retv)); in launch_service()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c80 { "AC-System-Error", POETT_SYSERR, interpret_error },