HomeSort by: relevance | last modified time | path
    Searched defs:pptps_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_pptp_pxy.c 25 u_32_t pptps_next; member in struct:pptp_side
309 if (pptps->pptps_next > end && pptps->pptps_next > start)
312 if (pptps->pptps_next != start) {
315 pptps->pptps_next, start);
336 pptps->pptps_next += 8;
365 pptps->pptps_next = pptps->pptps_nexthdr;
378 pptps->pptps_next += len;
526 pptp->pptp_side[1 - rev].pptps_next = ntohl(tcp->th_ack);
528 pptp->pptp_side[rev].pptps_next = ntohl(tcp->th_seq) + 1
    [all...]
ip_pptp_pxy.c 25 u_32_t pptps_next; member in struct:pptp_side
309 if (pptps->pptps_next > end && pptps->pptps_next > start)
312 if (pptps->pptps_next != start) {
315 pptps->pptps_next, start);
336 pptps->pptps_next += 8;
365 pptps->pptps_next = pptps->pptps_nexthdr;
378 pptps->pptps_next += len;
526 pptp->pptp_side[1 - rev].pptps_next = ntohl(tcp->th_ack);
528 pptp->pptp_side[rev].pptps_next = ntohl(tcp->th_seq) + 1
    [all...]

Completed in 21 milliseconds