HomeSort by relevance Sort by last modified time
    Searched refs:PROTO_MP (Results 1 - 5 of 5) sorted by null

  /external/libppp/src/
proto.h 37 #define PROTO_MP 0x003d /* Multilink fragment */
link.c 211 { PROTO_MP, "MULTILINK" },
357 { PROTO_MP, mp_Input },
ip.c 691 case PROTO_MP: type = "Multi-link"; break;
fsm.c 933 case PROTO_MP:
mp.c 662 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");
    [all...]

Completed in 585 milliseconds