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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dctrlpacket.c39 static ssize_t read_pptp_header(int clientFd, unsigned char *packet, int *ctrl_message_type);
76 if ((bytes_read = read_pptp_header(clientFd, packet, &pptp_ctrl_type)) <= 0) {
188 * read_pptp_header
202 ssize_t read_pptp_header(int clientFd, unsigned char *packet, int *pptp_ctrl_type) function

Completed in 47 milliseconds