Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/ppp/
H A Dproto.h38 #define PROTO_MP 0x003d /* Multilink fragment */ macro
H A Dlink.c185 { PROTO_MP, "MULTILINK" },
332 { PROTO_MP, mp_Input },
H A DREADME.changes137 PROTO_IP traffic rather than PROTO_MP.
H A Dip.c665 case PROTO_MP: type = "Multi-link"; break; in PacketCheck()
H A Dfsm.c934 case PROTO_MP: in FsmRecvProtoRej()
H A Dmp.c663 link_PushPacket(l, m, bundle, LINK_QUEUES(l) - 1, PROTO_MP); in mp_Output()