Lines Matching refs:ChppAppHeader
59 struct ChppAppHeader *rxHeader, size_t len);
100 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedClientRequest()
145 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedServiceResponse()
197 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedClientNotification()
224 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedServiceNotification()
250 struct ChppAppHeader *rxHeader, size_t len) { in chppDatagramLenIsOk()
257 minLen = sizeof_member(struct ChppAppHeader, handle); in chppDatagramLenIsOk()
261 minLen = sizeof_member(struct ChppAppHeader, handle) + in chppDatagramLenIsOk()
262 sizeof_member(struct ChppAppHeader, type); in chppDatagramLenIsOk()
267 minLen = sizeof(struct ChppAppHeader); in chppDatagramLenIsOk()
520 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessPredefinedHandleDatagram()
564 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppProcessNegotiatedHandleDatagram()
600 struct ChppAppHeader *response = in chppProcessNegotiatedHandleDatagram()
601 chppAllocServiceResponseFixed(rxHeader, struct ChppAppHeader); in chppProcessNegotiatedHandleDatagram()
685 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppAppProcessRxDatagram()
691 } else if (len < sizeof(struct ChppAppHeader)) { in chppAppProcessRxDatagram()