Home
last modified time | relevance | path

Searched refs:read_packet (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h556 extern int read_packet __P((u_char *)); /* Read PPP packet */
H A Dsys-solaris.c1689 read_packet(buf) in read_packet() function
1825 while (read_packet(inpacket_buf) > 0) { in get_loop_output()
H A Dmain.c1398 len = read_packet(inpacket_buf); in get_input()