Searched refs:POETT_SERVICE (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 470 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 D | common.c | 283 { POETT_SERVICE, "Service-Name" },
|
H A D | options.c | 1944 case POETT_SERVICE: /* Service-Name */ in locate_service() 1986 (void) poe_add_str(opoe, POETT_SERVICE, in locate_service()
|
/titanic_50/usr/src/uts/common/net/ |
H A D | pppoe.h | 96 #define POETT_SERVICE 0x0101 /* Service-Name; UTF-8 string follows */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pppoe.c | 75 { "Service-Name", POETT_SERVICE, interpret_service },
|