Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c470 case POETT_SERVICE: /* Service-Name */ in display_pppoe()
513 case POETT_SERVICE: /* Service-Name */ in display_pppoe()
623 (void) poe_add_str(poep, POETT_SERVICE, service); in send_padi()
858 case POETT_SERVICE: /* Service-Name */ in send_padr()
896 (void) poe_add_str(poep, POETT_SERVICE, ""); in send_padr()
1133 if (serv_len == 0 && ttyp == POETT_SERVICE && tlen != 0) { in act_open()
1334 if (ttyp == POETT_SERVICE) { in use_server()
1349 if (ttyp != POETT_SERVICE) { in use_server()
H A Dcommon.c281 { POETT_SERVICE, "Service-Name" },
H A Doptions.c1945 case POETT_SERVICE: /* Service-Name */ in locate_service()
1987 (void) poe_add_str(opoe, POETT_SERVICE, in locate_service()
/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h94 #define POETT_SERVICE 0x0101 /* Service-Name; UTF-8 string follows */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c73 { "Service-Name", POETT_SERVICE, interpret_service },