Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dccp.h85 struct ccp_opt { struct
86 struct ccp_opt *next; argument
109 struct ccp_opt *opt; /* Set by implementation's OptInit() */ argument
H A Dccp.c161 struct ccp_opt **o; in ccp_ReportStatus()
348 struct ccp_opt **o; in CcpSendConfigReq()
369 if ((*o = (struct ccp_opt *)malloc(sizeof(struct ccp_opt))) == NULL) { in CcpSendConfigReq()
447 struct ccp_opt *next; in CcpLayerDown()
475 struct ccp_opt *next; in CcpLayerFinish()
502 struct ccp_opt **o; in CcpLayerUp()
600 struct ccp_opt *o; in CcpDecodeConfig()