Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h106 #define POETT_HURL 0x0111 /* Host-URL; UTF-8 for browser */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c215 if (ttype == POETT_HURL || ttype == POETT_MOTM) { in handle_motm_hurl()
230 *argv++ = ttype == POETT_HURL ? "hurl" : "motm"; in handle_motm_hurl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c291 { POETT_HURL, "Host-URL" },
H A Dpppoec.c498 case POETT_HURL: /* Host-URL */ in display_pppoe()
517 case POETT_HURL: /* Host-URL */ in display_pppoe()
879 case POETT_HURL: /* Host-URL */ in send_padr()
H A Doptions.c2037 case POETT_HURL: /* Host-URL */ in locate_service()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c83 { "Host-URL", POETT_HURL, interpret_hurl },