Searched refs:mbuf (Results 1 - 5 of 5) sorted by relevance

/bionic/tests/
H A Dmntent_test.cpp28 struct mntent mbuf; local
30 ASSERT_TRUE(getmntent_r(fp, &mbuf, cbuf, sizeof(cbuf)) == NULL);
/bionic/libc/include/net/
H A Dif_ieee1394.h95 struct mbuf *rp_m;
118 void ieee1394_input(struct ifnet *, struct mbuf *, u_int16_t);
122 struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, u_int16_t);
H A Dif_ether.h43 #include <sys/mbuf.h>
105 * Ethernet-specific mbuf flags.
/bionic/libc/include/netinet/
H A Dicmp6.h678 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 *);
H A Dip6.h273 * "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 1668 milliseconds