HomeSort by relevance Sort by last modified time
    Searched refs:mbuf (Results 101 - 125 of 308) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/iproute2/ip/
ipmroute.c 99 char mbuf[256]; local
120 format_host(AF_INET, 4, &maddr.data[0], mbuf, sizeof(mbuf)));
  /external/qemu/slirp/
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)
  /external/qemu/slirp-android/
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)
  /bionic/libc/include/netinet/
icmp6.h 678 void icmp6_paramerror(struct mbuf *, int);
679 void icmp6_error(struct mbuf *, int, int, int);
680 void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *);
681 int icmp6_input(struct mbuf **, int *, int);
683 void icmp6_reflect(struct mbuf *, size_t);
684 void icmp6_prepare(struct mbuf *);
685 void icmp6_redirect_input(struct mbuf *, int);
686 void icmp6_redirect_output(struct mbuf *, struct rtentry *);
  /development/ndk/platforms/android-3/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 *);
  /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;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/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 *);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/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 *);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/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 *);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/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 *);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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 *);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/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 *);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/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 *);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/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 *);

Completed in 1241 milliseconds

1 2 3 45 6 7 8 91011>>