Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dccp.h64 #define CCP_CODE(dp) ((dp)[0]) argument
65 #define CCP_ID(dp) ((dp)[1]) argument
66 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument
69 #define CCP_OPT_CODE(dp) ((dp)[0]) argument
70 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap-new.c165 const struct chap_digest_type *dp; in chap_auth_peer() local
194 const struct chap_digest_type *dp; in chap_auth_with_peer() local
H A Deap.c427 unsigned char secbuf[MAXSECRETLEN], clear[8], *sp, *dp; in eap_figure_next_state() local