Lines Matching refs:spoof_call_id
6570 u_int16_t *spoof_call_id; in pf_pptp_handler() local
6710 spoof_call_id = 0; in pf_pptp_handler()
6720 spoof_call_id = &cm.msg.call_out_req.call_id; in pf_pptp_handler()
6727 spoof_call_id = in pf_pptp_handler()
6742 spoof_call_id = &cm.msg.call_in_1st.call_id; in pf_pptp_handler()
6750 spoof_call_id = in pf_pptp_handler()
6759 spoof_call_id = &cm.msg.call_in_3rd.call_id; in pf_pptp_handler()
6783 spoof_call_id = &cm.msg.error.peer_call_id; in pf_pptp_handler()
6789 spoof_call_id = &cm.msg.set_linkinfo.peer_call_id; in pf_pptp_handler()
6800 if (spoof_call_id) { in pf_pptp_handler()
6841 if (spoof_call_id && gsk->lan.xport.call_id != gsk->gwy.xport.call_id) { in pf_pptp_handler()
6842 if (*spoof_call_id == gsk->gwy.xport.call_id) { in pf_pptp_handler()
6843 *spoof_call_id = gsk->lan.xport.call_id; in pf_pptp_handler()
6847 *spoof_call_id = gsk->gwy.xport.call_id; in pf_pptp_handler()