Home
last modified time | relevance | path

Searched refs:his_proto (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dccp.c173 protoname(ccp->my_proto), protoname(ccp->his_proto)); in ccp_ReportStatus()
275 ccp->his_proto = ccp->my_proto = -1; in ccp_Setup()
516 ccp->his_proto = ccp->my_proto = -1; in CcpLayerUp()
530 fp->link->name, protoname(ccp->his_proto)); in CcpLayerUp()
531 ccp->his_proto = ccp->my_proto = -1; in CcpLayerUp()
550 ccp->his_proto = ccp->my_proto = -1; in CcpLayerUp()
560 protoname(ccp->his_proto), ccp->his_proto); in CcpLayerUp()
617 ccp->his_proto = opt->hdr.id; in CcpDecodeConfig()
666 ccp->his_proto = -1; in CcpDecodeConfig()
H A Dccp.h94 int his_proto; /* peer's compression protocol */ member