/external/qemu/slirp/ |
sbuf.h | 27 void sbappend _P((struct socket *, struct mbuf *));
|
slirp.h | 211 #include "mbuf.h" 277 int cksum(struct mbuf *m, int len); 281 void if_output _P((struct socket *, struct mbuf *)); 285 void ip_input _P((struct mbuf *)); 287 void ip_stripoptions _P((register struct mbuf *, struct mbuf *)); 290 int ip_output _P((struct socket *, struct mbuf *)); 293 void tcp_input _P((register struct mbuf *, int, struct socket *)); 303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int)); 311 int tcp_emu _P((struct socket *, struct mbuf *)); [all...] |
socket.h | 26 struct mbuf *so_m; /* Pointer to the original SYN packet, 84 int sosendto _P((struct socket *, struct mbuf *));
|
ip_icmp.h | 156 void icmp_input _P((struct mbuf *, int)); 157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, 159 void icmp_reflect _P((struct mbuf *));
|
ip_output.c | 50 * IP output. The packet in mbuf chain m contains a skeletal IP 52 * The mbuf chain containing the packet will be freed. 53 * The mbuf opt, if present, will not be freed. 56 ip_output(struct socket *so, struct mbuf *m0) 59 register struct mbuf *m = m0; 125 struct mbuf **mnext = &m->m_nextpkt;
|
sbuf.c | 10 static void sbappendsb(struct sbuf *sb, struct mbuf *m); 72 sbappend(struct socket *so, struct mbuf *m) 123 /* Whatever happened, we free the mbuf */ 132 sbappendsb(struct sbuf *sb, struct mbuf *m)
|
bootp.h | 115 void bootp_input(struct mbuf *m);
|
ip.h | 184 struct mbuf *mptr; 189 struct mbuf *mptr; 200 struct mbuf_ptr ih_mbuf; /* backpointer to mbuf */ 241 * Structure stored in mbuf in inpcb.ip_options
|
tcp_timer.c | 300 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL, 303 tcp_respond(tp, &tp->t_template, (struct mbuf *)NULL,
|
/external/qemu/slirp-android/ |
sbuf.h | 27 void sbappend _P((struct socket *, struct mbuf *));
|
libslirp.h | 21 struct mbuf; 73 int slirp_log_dns(struct mbuf* m, int dropped); 75 int slirp_dump_dns(struct mbuf* m);
|
ip_icmp.h | 158 void icmp_input _P((struct mbuf *, int)); 159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, 161 void icmp_reflect _P((struct mbuf *));
|
socket.h | 26 struct mbuf *so_m; /* Pointer to the original SYN packet, 88 int sosendto _P((struct socket *, struct mbuf *));
|
ip_output.c | 50 * IP output. The packet in mbuf chain m contains a skeletal IP 52 * The mbuf chain containing the packet will be freed. 53 * The mbuf opt, if present, will not be freed. 56 ip_output(struct socket *so, struct mbuf *m0) 59 register struct mbuf *m = m0; 125 struct mbuf **mnext = &m->m_nextpkt;
|
sbuf.c | 10 static void sbappendsb(struct sbuf *sb, struct mbuf *m); 72 sbappend(struct socket *so, struct mbuf *m) 123 /* Whatever happened, we free the mbuf */ 132 sbappendsb(struct sbuf *sb, struct mbuf *m)
|
bootp.h | 115 void bootp_input(struct mbuf *m);
|
udp.c | 57 static void udp_emu(struct socket *so, struct mbuf *m); 82 udp_input(register struct mbuf *m, int iphlen) 86 /* struct mbuf *opts = 0;*/ 104 ip_stripoptions(m, (struct mbuf *)0); 109 * Get IP and UDP header together in first mbuf. 115 * Make mbuf data length reflect UDP length. 292 /* restore the orig mbuf packet */ 305 int udp_output2_(struct socket *so, struct mbuf *m, 330 * Fill in mbuf with extended UDP header 372 int udp_output_(struct socket *so, struct mbuf *m [all...] |
/external/emma/core/java12/com/vladium/util/ |
ByteArrayIStream.java | 67 final byte [] mbuf = m_buf; 70 for (int i = 0; i < length; ++ i) buf [offset + i] = mbuf [pos + i]; 72 System.arraycopy (mbuf, pos, buf, offset, length);
|
/external/openssl/apps/ |
s_client.c | 426 char *cbuf=NULL,*sbuf=NULL,*mbuf=NULL; local 509 ((mbuf=OPENSSL_malloc(BUFSIZZ)) == NULL)) [all...] |
/external/iproute2/ip/ |
ipmroute.c | 94 char mbuf[256]; local 115 format_host(AF_INET, 4, &maddr.data[0], mbuf, sizeof(mbuf)));
|
/bionic/libc/include/netinet/ |
icmp6.h | 651 void icmp6_paramerror(struct mbuf *, int); 652 void icmp6_error(struct mbuf *, int, int, int); 653 void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *); 654 int icmp6_input(struct mbuf **, int *, int); 656 void icmp6_reflect(struct mbuf *, size_t); 657 void icmp6_prepare(struct mbuf *); 658 void icmp6_redirect_input(struct mbuf *, int); 659 void icmp6_redirect_output(struct mbuf *, struct rtentry *);
|
ip6.h | 273 * "len") is located in single mbuf, on contiguous memory region. 277 * very top of mbuf. GET0 is likely to make memory copy than GET. 283 struct mbuf *_t; \ 302 struct mbuf *_t; \
|
/external/libpcap/bpf/net/ |
bpf_filter.c | 64 # define mbuf msgb macro 118 #include <sys/mbuf.h> 134 register struct mbuf *m; 139 register struct mbuf *m0; 170 register struct mbuf *m; 175 register struct mbuf *m0; 198 * For the kernel, p is assumed to be a pointer to an mbuf if buflen is 0, 212 struct mbuf *m, *n; 216 m = (struct mbuf *)p;
|
/external/ppp/pppd/include/net/ |
slcompress.h | 142 u_int sl_compress_tcp __P((struct mbuf *,
|
/external/tcpdump/ |
print-sunatm.c | 43 struct mbuf;
|