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

1 2 3 45 6 7 8 91011

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/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 *);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/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 *);
  /prebuilts/ndk/current/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/current/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/current/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/current/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/current/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/current/platforms/android-9/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/current/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 *);
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 156 status_t setWebmBlockCryptoInfo(MediaBuffer *mbuf);
530 status_t MatroskaSource::setWebmBlockCryptoInfo(MediaBuffer *mbuf) {
531 if (mbuf->range_length() < 1 || mbuf->range_length() - 1 > INT32_MAX) {
536 const uint8_t *data = (const uint8_t *)mbuf->data() + mbuf->range_offset();
538 if (blockEncrypted && mbuf->range_length() < 9) {
543 sp<MetaData> meta = mbuf->meta_data();
561 int32_t encryptedSizes[] = { static_cast<int32_t>(mbuf->range_length() - 9) };
573 mbuf->set_range(9, mbuf->range_length() - 9)
610 MediaBuffer *mbuf = new MediaBuffer(frame.len); local
    [all...]
  /external/ppp/pppd/include/net/
slcompress.h 142 u_int sl_compress_tcp __P((struct mbuf *,
  /external/tcpdump/
print-sunatm.c 40 struct mbuf;
  /bionic/libc/include/netinet/
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; \
  /development/ndk/platforms/android-21/include/netinet/
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; \
  /development/ndk/platforms/android-3/include/netinet/
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 68 # define mbuf msgb macro
122 #include <sys/mbuf.h>
138 register struct mbuf *m;
143 register struct mbuf *m0;
174 register struct mbuf *m;
179 register struct mbuf *m0;
217 * For the kernel, p is assumed to be a pointer to an mbuf if buflen is 0,
232 struct mbuf *m, *n;
236 m = (struct mbuf *)p;
  /prebuilts/go/darwin-x86/src/syscall/
route_freebsd_32bit.go 22 // FreeBSD 10 and beyond have a restructured mbuf
  /prebuilts/go/linux-x86/src/syscall/
route_freebsd_32bit.go 22 // FreeBSD 10 and beyond have a restructured mbuf
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/netinet/
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; \
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/netinet/
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; \
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/netinet/
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; \
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/netinet/
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; \
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/netinet/
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; \
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/netinet/
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; \
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/netinet/
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; \

Completed in 1804 milliseconds

1 2 3 45 6 7 8 91011