/external/qemu/slirp/ |
sbuf.h | 28 void sbcopy _P((struct sbuf *, int, int, char *));
|
sbuf.c | 169 sbcopy(struct sbuf *sb, int off, int len, char *to) function
|
tcp_output.c | 361 sbcopy(&so->so_snd, off, (int) len, mtod(m, caddr_t) + hdrlen);
|
/external/qemu/slirp-android/ |
sbuf.h | 28 void sbcopy _P((struct sbuf *, int, int, char *));
|
sbuf.c | 169 sbcopy(struct sbuf *sb, int off, int len, char *to) function
|
tcp_output.c | 361 sbcopy(&so->so_snd, off, (int) len, mtod(m, caddr_t) + hdrlen);
|