Searched refs:read_packet (Results 1 – 7 of 7) sorted by relevance
386 static void read_packet(void) in read_packet() function442 read_packet(); in main()
332 void read_packet(int read_fd, int write_fd, int to_ipv6) { in read_packet() function399 read_packet(tunnel->fd4, tunnel->write_fd6, 1 /* to_ipv6 */); in event_loop()
632 int read_packet __P((u_char *)); /* Read PPP packet */
1449 read_packet(buf) in read_packet() function1494 while ((len = read_packet(inpacket_buf)) > 0) { in get_loop_output()
1118 int read_packet (unsigned char *buf) in read_packet() function1169 while ((n = read_packet(inpacket_buf)) > 0) in get_loop_output()
1079 len = read_packet(inpacket_buf); in get_input()
981 static int read_packet(void) in read_packet() function1981 if(read_packet() < 0) { in dhcpd_main()