Home
last modified time | relevance | path

Searched defs:ccp (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dccp.c163 struct ccp *ccp; in ccp_ReportStatus() local
235 ccp_SetupCallbacks(struct ccp *ccp) in ccp_SetupCallbacks()
244 ccp_Init(struct ccp *ccp, struct bundle *bundle, struct link *l, in ccp_Init()
271 ccp_Setup(struct ccp *ccp) in ccp_Setup()
298 ccp_Required(struct ccp *ccp) in ccp_Required()
315 ccp_MTUOverhead(struct ccp *ccp) in ccp_MTUOverhead()
327 struct ccp *ccp = fsm2ccp(fp); in CcpInitRestartCounter() local
347 struct ccp *ccp = fsm2ccp(fp); in CcpSendConfigReq() local
402 struct ccp *ccp = fsm2ccp(fp); in ccp_SendResetReq() local
426 struct ccp *ccp = fsm2ccp(fp); in CcpRecvResetReq() local
[all …]
H A Dccp.h91 struct ccp { struct
109 struct ccp_opt *opt; /* Set by implementation's OptInit() */ argument
118 struct ccp_config cfg; argument
121 #define fsm2ccp(fp) (fp->proto == PROTO_CCP ? (struct ccp *)fp : NULL) argument
H A Ddeflate.c69 DeflateOutput(void *v, struct ccp *ccp, struct link *l __unused, in DeflateOutput()
199 DeflateInput(void *v, struct ccp *ccp, u_short *proto, struct mbuf *mi) in DeflateInput()
337 DeflateDictSetup(void *v, struct ccp *ccp, u_short proto, struct mbuf *mi) in DeflateDictSetup()
H A Dpred.c174 Pred1Output(void *v, struct ccp *ccp, struct link *l __unused, in Pred1Output()
217 Pred1Input(void *v, struct ccp *ccp, u_short *proto, struct mbuf *bp) in Pred1Input()
H A Dlink.h55 struct ccp ccp; /* Our compression FSM */ member
H A Dmppe.c158 MPPEOutput(void *v, struct ccp *ccp, struct link *l __unused, int pri __unused, in MPPEOutput()
241 MPPEInput(void *v, struct ccp *ccp, u_short *proto, struct mbuf *mp) in MPPEInput()
/freebsd/contrib/ntp/sntp/tests/
H A DfileHandlingTest.c38 const char *ccp; in DestroyPath() member
/freebsd/contrib/mandoc/
H A Dtbl_data.c49 const char *ccp; in getdata() local
H A Dtbl_html.c126 const char *ccp; in print_tbl() local
/freebsd/contrib/nvi/ex/
H A Dex_cscope.c108 CC const *ccp; in ex_cscope() local
859 CC const *ccp; in csc_help() local
1066 CC const *ccp; in lookup_ccmd() local
/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py450 ccp = GenTestCase('ccp0') variable
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc182 const char *ccp, *proposal[PROPOSAL_MAX] = { KEX_CLIENT }; in do_kex_with_key() local
/freebsd/lib/libnvmf/
H A Dnvmf_controller.c139 struct nvmf_capsule **ccp, struct nvmf_fabric_connect_data *data) in nvmf_accept()
/freebsd/sys/crypto/ccp/
H A Dccp.c756 DB_SHOW_COMMAND(ccp, db_show_ccp) in DB_SHOW_COMMAND() argument
/freebsd/crypto/openssh/
H A Dcipher.c246 cipher_init(struct sshcipher_ctx **ccp, const struct sshcipher *cipher, in cipher_init()
H A Dpacket.c868 struct sshcipher_ctx **ccp; in ssh_set_newkeys() local
/freebsd/lib/libkvm/
H A Dkvm_private.c568 const char *ccp; in kvm_fdnlist_prefix() local
/freebsd/contrib/tcsh/
H A Dsh.dir.c754 Char *ccp; in dopushd() local
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_local.h590 OSSL_CMP_CERTREPMESSAGE *ccp; /* 14 */ member