OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inpacket_buf
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
main.c
191
u_char
inpacket_buf
[PPP_MRU+PPP_HDRLEN]; /* buffer for incoming packet */
variable
1013
p =
inpacket_buf
; /* point to beginning of packet buffer */
1015
len = read_packet(
inpacket_buf
);
[
all
...]
tty.c
989
extern u_char
inpacket_buf
[];
1131
ibufp =
inpacket_buf
;
[
all
...]
sys-linux.c
246
extern u_char
inpacket_buf
[]; /* borrowed from main.c */
1136
while ((n = read_packet(
inpacket_buf
)) > 0)
1137
if (loop_frame(
inpacket_buf
, n))
[
all
...]
sys-solaris.c
225
extern u_char
inpacket_buf
[]; /* borrowed from main.c */
[
all
...]
Completed in 1496 milliseconds