Searched refs:pppapi_msg (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dpppapi.c45 LWIP_MEMPOOL_DECLARE(PPPAPI_MSG, MEMP_NUM_PPP_API_MSG, sizeof(struct pppapi_msg), "PPPAPI_MSG")
49 #define PPPAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct pppapi_msg, name)
50 #define PPPAPI_VAR_ALLOC(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, ERR_MEM)
51 #define PPPAPI_VAR_ALLOC_RETURN_NULL(name) API_VAR_ALLOC_POOL(struct pppapi_msg, PPPAPI_MSG, name, NULL)
61 * We know it works because the structs have been instantiated as struct pppapi_msg */
62 struct pppapi_msg *msg = (struct pppapi_msg *)(void*)m;
94 * We know it works because the structs have been instantiated as struct pppapi_msg */
95 struct pppapi_msg *msg = (struct pppapi_msg *)(voi
[all...]
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dpppapi.h100 struct pppapi_msg { struct

Completed in 30 milliseconds