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

  /src/external/bsd/ppp/dist/pppd/
lcp.c 226 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ variable
1512 nakp = nak_buffer;
1855 * Copy the Nak'd options from the nak_buffer to the caller's buffer.
1857 *lenp = nakp - nak_buffer;
1858 BCOPY(nak_buffer, inp, *lenp);
lcp.c 226 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ variable
1512 nakp = nak_buffer;
1855 * Copy the Nak'd options from the nak_buffer to the caller's buffer.
1857 *lenp = nakp - nak_buffer;
1858 BCOPY(nak_buffer, inp, *lenp);

Completed in 50 milliseconds