Home
last modified time | relevance | path

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

/freebsd/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 DREADME.changes134 PROTO_IP traffic rather than PROTO_MP.
H A Dip.c691 case PROTO_MP: type = "Multi-link"; break; in PacketCheck()
H A Dfsm.c933 case PROTO_MP: in FsmRecvProtoRej()
H A Dmp.c662 link_PushPacket(l, m, bundle, LINK_QUEUES(l) - 1, PROTO_MP); in mp_Output()