Lines Matching defs:context
98 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context, in chppProcessPredefinedClientRequest()
143 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context, in chppProcessPredefinedServiceResponse()
196 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedClientNotification()
223 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedServiceNotification()
249 static bool chppDatagramLenIsOk(struct ChppAppState *context, in chppDatagramLenIsOk()
325 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context, in chppGetDispatchFunction()
381 struct ChppAppState *context, uint8_t index) { in chppGetClientResetNotifierFunction()
396 struct ChppAppState *context, uint8_t index) { in chppGetServiceResetNotifierFunction()
410 struct ChppAppState *context, uint8_t handle) { in chppServiceOfHandle()
429 struct ChppAppState *context, uint8_t handle) { in chppClientOfHandle()
451 static inline void *chppServiceContextOfHandle(struct ChppAppState *context, in chppServiceContextOfHandle()
469 static inline void *chppClientContextOfHandle(struct ChppAppState *context, in chppClientContextOfHandle()
518 static void chppProcessPredefinedHandleDatagram(struct ChppAppState *context, in chppProcessPredefinedHandleDatagram()
562 static void chppProcessNegotiatedHandleDatagram(struct ChppAppState *context, in chppProcessNegotiatedHandleDatagram()
683 void chppAppProcessRxDatagram(struct ChppAppState *context, uint8_t *buf, in chppAppProcessRxDatagram()
726 void chppAppProcessReset(struct ChppAppState *context) { in chppAppProcessReset()