OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nbp
(Results
1 - 2
of
2
) sorted by null
/external/libppp/src/
async.c
193
struct mbuf *
nbp
, **last;
local
203
last = &
nbp
;
216
return
nbp
;
mbuf.c
168
struct mbuf *
nbp
;
local
174
nbp
= bp->m_next;
181
bp =
nbp
;
387
struct mbuf *
nbp
;
local
390
nbp
= m_get(m_length(bp), bp->m_type);
392
for (cp = MBUF_CTOP(
nbp
); bp; bp = m_free(bp)) {
396
bp =
nbp
;
Completed in 126 milliseconds