Searched refs:has_ack (Results 1 – 1 of 1) sorted by relevance
1381 int has_seq, int has_ack) in pipex_pptp_output() argument1390 reqlen = PIPEX_IPGRE_HDRLEN + (has_seq + has_ack) * 4; in pipex_pptp_output()1444 if (has_ack) { in pipex_pptp_output()1541 int hlen, has_seq, has_ack, nseq; in pipex_pptp_input() local1563 has_ack = (flags & PIPEX_GRE_AFLAG) ? 1 : 0; in pipex_pptp_input()1564 hlen = PIPEX_IPGRE_HDRLEN + 4 * (has_seq + has_ack); in pipex_pptp_input()1582 if (has_ack) { in pipex_pptp_input()