Lines Matching refs:spoof_call_id
6606 u_int16_t *__single spoof_call_id; in pf_pptp_handler() local
6746 spoof_call_id = 0; in pf_pptp_handler()
6756 spoof_call_id = &cm.msg.call_out_req.call_id; in pf_pptp_handler()
6763 spoof_call_id = in pf_pptp_handler()
6778 spoof_call_id = &cm.msg.call_in_1st.call_id; in pf_pptp_handler()
6786 spoof_call_id = in pf_pptp_handler()
6795 spoof_call_id = &cm.msg.call_in_3rd.call_id; in pf_pptp_handler()
6819 spoof_call_id = &cm.msg.error.peer_call_id; in pf_pptp_handler()
6825 spoof_call_id = &cm.msg.set_linkinfo.peer_call_id; in pf_pptp_handler()
6836 if (spoof_call_id) { in pf_pptp_handler()
6877 if (spoof_call_id && gsk->lan.xport.call_id != gsk->gwy.xport.call_id) { in pf_pptp_handler()
6878 if (*spoof_call_id == gsk->gwy.xport.call_id) { in pf_pptp_handler()
6879 *spoof_call_id = gsk->lan.xport.call_id; in pf_pptp_handler()
6883 *spoof_call_id = gsk->gwy.xport.call_id; in pf_pptp_handler()