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

/external/ppp/pppd/
H A Dlcp.c200 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ variable
1532 nakp = nak_buffer;
1875 * Copy the Nak'd options from the nak_buffer to the caller's buffer.
1877 *lenp = nakp - nak_buffer;
1878 BCOPY(nak_buffer, inp, *lenp);

Completed in 54 milliseconds