Lines Matching refs:cbcp_data
182 struct cbcp_data { struct
196 cbcp_Output(struct cbcp *cbcp, u_char code, struct cbcp_data *data) in cbcp_Output()
226 char addr[sizeof ((struct cbcp_data *)0)->addr_start - 1]; /* ASCIIZ */
233 cbcp_data_Show(struct cbcp_data *data) in cbcp_data_Show()
258 struct cbcp_data data; in cbcp_SendReq()
353 cbcp_AdjustResponse(struct cbcp *cbcp, struct cbcp_data *data) in cbcp_AdjustResponse()
480 struct cbcp_data data; in cbcp_SendResponse()
514 cbcp_CheckResponse(struct cbcp *cbcp, struct cbcp_data *data) in cbcp_CheckResponse()
587 struct cbcp_data data; in cbcp_SendAck()
626 struct cbcp_data *data; in cbcp_Input()
655 data = (struct cbcp_data *)MBUF_CTOP(bp); in cbcp_Input()