Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dip6_output.c173 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **, int);
2503 error = ip6_pcbopt(IPV6_HOPLIMIT, in ip6_ctloutput()
2618 error = ip6_pcbopt(optname, (u_char *)&optval, in ip6_ctloutput()
2703 error = ip6_pcbopt(optname, mtod(m, u_char *), in ip6_ctloutput()
3186 ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt, in ip6_pcbopt() function