Searched refs:pptp_ocrp (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.sbin/npppd/pptp/ |
| H A D | pptp_call.c | 81 static void pptp_call_OCRP_string (struct pptp_ocrp *, char *, int); 385 struct pptp_ocrp *ocrp; in pptp_call_send_OCRP() 390 if (lpkt < sizeof(struct pptp_ocrp)) { in pptp_call_send_OCRP() 395 memset(ocrp, 0, sizeof(struct pptp_ocrp)); in pptp_call_send_OCRP() 397 pptp_init_header(&ocrp->header, sizeof(struct pptp_ocrp), in pptp_call_send_OCRP() 422 pptp_ctrl_output(_this->ctrl, NULL, sizeof(struct pptp_ocrp)); in pptp_call_send_OCRP() 816 pptp_call_OCRP_string(struct pptp_ocrp *ocrp, char *buf, int lbuf) in pptp_call_OCRP_string()
|
| H A D | pptp_local.h | 104 struct pptp_ocrp { struct
|