Searched defs:dp (Results 1 – 3 of 3) sorted by relevance
64 #define CCP_CODE(dp) ((dp)[0]) argument65 #define CCP_ID(dp) ((dp)[1]) argument66 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument69 #define CCP_OPT_CODE(dp) ((dp)[0]) argument70 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
165 const struct chap_digest_type *dp; in chap_auth_peer() local194 const struct chap_digest_type *dp; in chap_auth_with_peer() local
427 unsigned char secbuf[MAXSECRETLEN], clear[8], *sp, *dp; in eap_figure_next_state() local