Searched refs:PPP_LCP (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | ppp.h | 56 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | ppp.h | 59 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| D | print-ppp.c | 99 { PPP_LCP, "LCP" }, 489 case PPP_LCP: in handle_ctrl_proto() 1472 case PPP_LCP: /* fall through */ in handle_ppp()
|
| D | print-juniper.c | 1156 case PPP_LCP : in juniper_ppp_heuristic_guess()
|
| /netbsd/src/sys/net/ |
| D | ppp_defs.h | 96 #define PPP_LCP 0xc021 /* Link Control Protocol */ macro
|
| D | if_spppsubr.c | 500 PPP_LCP, IDX_LCP, CP_LCP, "lcp", 700 sppp_cp_send(sp, PPP_LCP, PROTO_REJ, in sppp_input() 711 case PPP_LCP: in sppp_input() 1702 if (cp->proto != PPP_LCP) in sppp_cp_input() 1707 if (cp->proto != PPP_LCP) in sppp_cp_input() 1740 sppp_cp_send(sp, PPP_LCP, ECHO_REPLY, h->ident, len - 4, in sppp_cp_input() 1744 if (cp->proto != PPP_LCP) in sppp_cp_input() 1848 if (cp->proto == PPP_LCP) in sppp_down_event() 3300 sppp_cp_send(sp, PPP_LCP, CONF_REQ, sp->scp[IDX_LCP].confid, i, &opt); in sppp_lcp_scr() 5538 sppp_cp_send(sp, PPP_LCP, ECHO_REQ, in sppp_keepalive() [all …]
|
| D | if_ppp.c | 1208 if (protocol != PPP_LCP && protocol != PPP_CCP && in ppp_dequeue() 1244 protocol != PPP_LCP) { in ppp_dequeue()
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | main.c | 1180 if (protocol != PPP_LCP && lcp_fsm[0].state != OPENED) { in get_input() 1190 && !(protocol == PPP_LCP || protocol == PPP_LQR in get_input()
|
| D | utils.c | 739 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP in dump_packet()
|
| D | auth.c | 811 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) in upper_layers_down() 842 if (protp->protocol != PPP_LCP && protp->enabled_flag in link_established()
|
| D | lcp.c | 286 PPP_LCP, 363 f->protocol = PPP_LCP; in lcp_init()
|
| /netbsd/src/sys/kern/ |
| D | uipc_mbufdebug.c | 398 case PPP_LCP: in m_examine_ppp()
|