Searched refs:av_type (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
D | radius.c | 251 UINT4 av_type; in radius_pap_auth() local 278 av_type = PW_FRAMED; in radius_pap_auth() 279 rc_avpair_add(&send, PW_SERVICE_TYPE, &av_type, 0, VENDOR_NONE); in radius_pap_auth() 281 av_type = PW_PPP; in radius_pap_auth() 282 rc_avpair_add(&send, PW_FRAMED_PROTOCOL, &av_type, 0, VENDOR_NONE); in radius_pap_auth() 340 UINT4 av_type; in radius_chap_verify() local 386 av_type = PW_FRAMED; in radius_chap_verify() 387 rc_avpair_add (&send, PW_SERVICE_TYPE, &av_type, 0, VENDOR_NONE); in radius_chap_verify() 389 av_type = PW_PPP; in radius_chap_verify() 390 rc_avpair_add (&send, PW_FRAMED_PROTOCOL, &av_type, 0, VENDOR_NONE); in radius_chap_verify() [all …]
|
/external/google-breakpad/src/processor/ |
D | exploitability_win.cc | 169 MDAccessViolationTypeWin av_type = in CheckPlatformExploitability() local 172 switch (av_type) { in CheckPlatformExploitability()
|
D | minidump_processor.cc | 1169 MDAccessViolationTypeWin av_type = in GetCrashReason() local 1172 switch (av_type) { in GetCrashReason() 1206 MDInPageErrorTypeWin av_type = in GetCrashReason() local 1209 switch (av_type) { in GetCrashReason()
|