• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/

Lines Matching refs:mbuf

73 #include <sys/mbuf.h>
128 static int icmp6_rip6_input(struct mbuf **, int);
135 static struct mbuf *ni6_input(struct mbuf *, int);
136 static struct mbuf *ni6_nametodns(const char *, int, int);
142 static int icmp6_notify_error(struct mbuf *, int, int, int);
218 struct mbuf *m;
368 struct mbuf **mp;
371 struct mbuf *m = *mp, *n;
384 * Locate icmp6 structure in mbuf, and check
532 struct mbuf *n0 = n;
536 * Prepare an internal mbuf. m_pullup() doesn't
571 * Adjust mbuf. ip6_plen will be adjusted in
855 struct mbuf *m;
1110 struct mbuf *m = ip6cp->ip6c_m; /* will be necessary for scope issue */
1167 static struct mbuf *
1169 struct mbuf *m;
1173 struct mbuf *n = NULL;
1362 /* XXX will append an mbuf */
1382 /* XXX will append an mbuf */
1388 /* allocate an mbuf to reply. */
1410 /* copy mbuf header and IPv6 + Node Information base headers */
1458 /* XXX: reset mbuf length */
1480 * make a mbuf with DNS-encoded string. no compression support.
1485 static struct mbuf *
1491 struct mbuf *m;
1501 /* because MAXHOSTNAMELEN is usually 256, we use cluster mbuf */
1545 /* result does not fit into mbuf */
1905 struct mbuf **mp;
1908 struct mbuf *m = *mp;
1914 struct mbuf *opts = NULL;
1955 struct mbuf *n;
1990 * OFF points to the icmp6 header, counted from the top of the mbuf.
1994 struct mbuf *m;
2225 struct mbuf *m;
2435 struct mbuf *m0;
2442 struct mbuf *m = NULL; /* newly allocated one */
2484 * we almost always ask for an mbuf cluster for simplicity.
2855 icmp6_dgram_send(struct socket *so, __unused int flags, struct mbuf *m, struct sockaddr *nam,
2856 struct mbuf *control, __unused struct proc *p)