OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loop_frame
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
demand.c
213
* Calls
loop_frame
when a complete frame has been accumulated.
230
if (
loop_frame
((unsigned char *)frame, framelen))
259
*
loop_frame
- given a frame obtained from the loopback,
269
loop_frame
(frame, len)
function
pppd.h
566
int
loop_frame
__P((unsigned char *, int)); /* should we bring link up? */
[
all
...]
sys-solaris.c
[
all
...]
sys-linux.c
1136
if (
loop_frame
(inpacket_buf, n))
[
all
...]
Completed in 58 milliseconds