Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ppp/sppp/
H A Ds_common.c129 plt->ppp_message = ls_type; in create_lsmsg()
/titanic_44/usr/src/uts/common/net/
H A Dppp_defs.h279 u_int32_t ppp_message; /* link status message */ member
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1822 lastlink_status = plp->ppp_message;
1824 switch (plp->ppp_message) {
1837 (void) handle_unbind(plp->ppp_message);
1840 (void) handle_bind(plp->ppp_message);
1844 (void) handle_unbind(plp->ppp_message);
1847 (void) handle_bind(plp->ppp_message);
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c338 plp->ppp_message = PPP_LINKSTAT_HANGUP; in handle_pppoe_input()