Lines Matching refs:lcp_wantoptions
282 { "require-pap", o_bool, &lcp_wantoptions[0].neg_upap,
285 { "+pap", o_bool, &lcp_wantoptions[0].neg_upap,
291 &lcp_wantoptions[0].chap_mdtype },
295 &lcp_wantoptions[0].chap_mdtype },
300 &lcp_wantoptions[0].chap_mdtype },
304 &lcp_wantoptions[0].chap_mdtype },
308 &lcp_wantoptions[0].chap_mdtype },
312 &lcp_wantoptions[0].chap_mdtype },
349 { "require-eap", o_bool, &lcp_wantoptions[0].neg_eap,
739 lcp_options *wo = &pcb->lcp_wantoptions; in link_established()
1372 lcp_options *wo = &lcp_wantoptions[0]; in auth_check_options()