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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dlcp.c177 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ variable
1439 nakp = nak_buffer;
1739 * Copy the Nak'd options from the nak_buffer to the caller's buffer.
1741 *lenp = nakp - nak_buffer;
1742 BCOPY(nak_buffer, inp, *lenp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dlcp.c206 static u_char nak_buffer[PPP_MRU]; /* where we construct a nak packet */ variable
1528 nakp = nak_buffer;
1871 * Copy the Nak'd options from the nak_buffer to the caller's buffer.
1873 *lenp = nakp - nak_buffer;
1874 BCOPY(nak_buffer, inp, *lenp);

Completed in 92 milliseconds