Home
last modified time | relevance | path

Searched refs:my_proto (Results 1 – 3 of 3) sorted by relevance

/external/libppp/src/
Dccp.c173 protoname(ccp->my_proto), protoname(ccp->his_proto)); in ccp_ReportStatus()
275 ccp->his_proto = ccp->my_proto = -1; in ccp_Setup()
356 ccp->my_proto = -1; in CcpSendConfigReq()
388 ccp->my_proto = (*o)->val.hdr.id; in CcpSendConfigReq()
516 ccp->his_proto = ccp->my_proto = -1; in CcpLayerUp()
531 ccp->his_proto = ccp->my_proto = -1; in CcpLayerUp()
549 fp->link->name, protoname(ccp->my_proto)); in CcpLayerUp()
550 ccp->his_proto = ccp->my_proto = -1; in CcpLayerUp()
559 fp->link->name, protoname(ccp->my_proto), ccp->my_proto, in CcpLayerUp()
636 ccp->my_proto = algorithm[f]->id; in CcpDecodeConfig()
[all …]
Dccp.h95 int my_proto; /* our compression protocol */ member
/external/protobuf/
DREADME.txt50 c++ my_program.cc my_proto.pb.cc `pkg-config --cflags --libs protobuf`