Lines Matching refs:spoof_call_id
6467 u_int16_t *spoof_call_id; in pf_pptp_handler() local
6607 spoof_call_id = 0; in pf_pptp_handler()
6617 spoof_call_id = &cm.msg.call_out_req.call_id; in pf_pptp_handler()
6624 spoof_call_id = in pf_pptp_handler()
6639 spoof_call_id = &cm.msg.call_in_1st.call_id; in pf_pptp_handler()
6647 spoof_call_id = in pf_pptp_handler()
6656 spoof_call_id = &cm.msg.call_in_3rd.call_id; in pf_pptp_handler()
6680 spoof_call_id = &cm.msg.error.peer_call_id; in pf_pptp_handler()
6686 spoof_call_id = &cm.msg.set_linkinfo.peer_call_id; in pf_pptp_handler()
6697 if (spoof_call_id) { in pf_pptp_handler()
6738 if (spoof_call_id && gsk->lan.xport.call_id != gsk->gwy.xport.call_id) { in pf_pptp_handler()
6739 if (*spoof_call_id == gsk->gwy.xport.call_id) { in pf_pptp_handler()
6740 *spoof_call_id = gsk->lan.xport.call_id; in pf_pptp_handler()
6744 *spoof_call_id = gsk->gwy.xport.call_id; in pf_pptp_handler()