Home
last modified time | relevance | path

Searched refs:has_ack (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/net/
Dpipex.c1381 int has_seq, int has_ack) in pipex_pptp_output() argument
1390 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() local
1563 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()