Searched refs:PROTO_MP (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/usr.sbin/ppp/
H A Dproto.h37 #define PROTO_MP 0x003d /* Multilink fragment */ macro
H A Dlink.c211 { PROTO_MP, "MULTILINK" },
357 { PROTO_MP, mp_Input },
H A Dip.c691 case PROTO_MP: type = "Multi-link"; break;
H A Dfsm.c933 case PROTO_MP:
H A Dmp.c662 link_PushPacket(l, m, bundle, LINK_QUEUES(l) - 1, PROTO_MP);
726 * than PROTO_MP.
751 log_Printf(LogDEBUG, "Sending data as PROTO_IP, not PROTO_MP\n");

Completed in 63 milliseconds