Home
last modified time | relevance | path

Searched refs:peers_call_id (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/npppd/pptp/
H A Dpptp_call.c301 sli->peers_call_id = _this->id;
308 sli->peers_call_id = htons(sli->peers_call_id);
401 ocrp->peers_call_id = _this->peers_call_id; in pptp_call_send_OCRP()
414 ocrp->peers_call_id = htons(ocrp->peers_call_id); in pptp_call_send_OCRP()
455 _this->peers_call_id = ocrq->call_id; in pptp_call_recv_OCRQ()
588 grehdr->call_id = htons(_this->peers_call_id); in pptp_call_gre_output()
822 ocrp->call_id, ocrp->peers_call_id, ocrp->result_code, in pptp_call_OCRP_string()
H A Dpptp_local.h107 uint16_t peers_call_id; member
135 uint16_t peers_call_id; member
H A Dpptp.h304 unsigned peers_call_id; member
H A Dpptp_ctrl.c1083 if (call->peers_call_id == call_id) in pptp_ctrl_call_input()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.c1095 req.pr_peer_session_id = call->peers_call_id; in npppd_ppp_pipex_enable()