Home
last modified time | relevance | path

Searched refs:ip6_pcbopt (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dip6_output.c174 static int ip6_pcbopt(int, u_char *buf __sized_by(len), int len, struct ip6_pktopts **, int);
2533 error = ip6_pcbopt(IPV6_HOPLIMIT, in ip6_ctloutput()
2648 error = ip6_pcbopt(optname, (u_char *)&optval, in ip6_ctloutput()
2740 error = ip6_pcbopt(optname, mtod(m, u_char *), in ip6_ctloutput()
3244 ip6_pcbopt(int optname, u_char *buf __sized_by(len), int len, struct ip6_pktopts **pktopt, in ip6_pcbopt() function