Searched refs:PPTP_OPT_PEERADDRESS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-extension/
H A DPPTP.h45 #define PPTP_OPT_PEERADDRESS 2 /* peer IP address */ macro
H A Dpptp_proto.c238 case PPTP_OPT_PEERADDRESS:
245 case PPTP_OPT_PEERADDRESS: cmd = PPTP_CMD_SETPEERADDR; break;
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c1007 if (setsockopt(datasockfd, PPPPROTO_PPTP, PPTP_OPT_PEERADDRESS, &peeraddress.s_addr, 4)) {

Completed in 213 milliseconds