OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026