Home
last modified time | relevance | path

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

/external/libcap-ng/libcap-ng-0.7/utils/
Dnetcap.c386 static void read_packet(void) in read_packet() function
442 read_packet(); in main()
/external/android-clat/
Dclatd.c332 void read_packet(int read_fd, int write_fd, int to_ipv6) { in read_packet() function
399 read_packet(tunnel->fd4, tunnel->write_fd6, 1 /* to_ipv6 */); in event_loop()
/external/ppp/pppd/
Dpppd.h632 int read_packet __P((u_char *)); /* Read PPP packet */
Dsys-solaris.c1449 read_packet(buf) in read_packet() function
1494 while ((len = read_packet(inpacket_buf)) > 0) { in get_loop_output()
Dsys-linux.c1118 int read_packet (unsigned char *buf) in read_packet() function
1169 while ((n = read_packet(inpacket_buf)) > 0) in get_loop_output()
Dmain.c1079 len = read_packet(inpacket_buf); in get_input()
/external/toybox/toys/pending/
Ddhcpd.c981 static int read_packet(void) in read_packet() function
1981 if(read_packet() < 0) { in dhcpd_main()