Lines Matching defs:context
98 static bool chppProcessPredefinedClientRequest(struct ChppAppState *context, in chppProcessPredefinedClientRequest()
143 static bool chppProcessPredefinedServiceResponse(struct ChppAppState *context, in chppProcessPredefinedServiceResponse()
201 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedClientNotification()
220 struct ChppAppState *context, uint8_t *buf, size_t len) { in chppProcessPredefinedServiceNotification()
238 static bool chppDatagramLenIsOk(struct ChppAppState *context, in chppDatagramLenIsOk()
315 ChppDispatchFunction *chppGetDispatchFunction(struct ChppAppState *context, in chppGetDispatchFunction()
367 struct ChppAppState *context, uint8_t index) { in chppGetClientResetNotifierFunction()
382 struct ChppAppState *context, uint8_t index) { in chppGetServiceResetNotifierFunction()
396 struct ChppAppState *context, uint8_t handle) { in chppServiceOfHandle()
415 struct ChppAppState *context, uint8_t handle) { in chppClientOfHandle()
437 static inline void *chppServiceContextOfHandle(struct ChppAppState *context, in chppServiceContextOfHandle()
455 static inline void *chppClientContextOfHandle(struct ChppAppState *context, in chppClientContextOfHandle()
504 static void chppProcessPredefinedHandleDatagram(struct ChppAppState *context, in chppProcessPredefinedHandleDatagram()
548 static void chppProcessNegotiatedHandleDatagram(struct ChppAppState *context, in chppProcessNegotiatedHandleDatagram()
671 void chppAppProcessRxDatagram(struct ChppAppState *context, uint8_t *buf, in chppAppProcessRxDatagram()
713 void chppAppProcessReset(struct ChppAppState *context) { in chppAppProcessReset()