Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c174 static int ip6_pcbopt(int, u_char *buf __sized_by(len), int len, struct ip6_pktopts **, int);
2570 error = ip6_pcbopt(IPV6_HOPLIMIT, in ip6_ctloutput()
2689 error = ip6_pcbopt(optname, (u_char *)&optval, in ip6_ctloutput()
2781 error = ip6_pcbopt(optname, mtod(m, u_char *), in ip6_ctloutput()
3291 ip6_pcbopt(int optname, u_char *buf __sized_by(len), int len, struct ip6_pktopts **pktopt, in ip6_pcbopt() function