Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet6/
H A Dip6_output.c171 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **, int);
2501 error = ip6_pcbopt(IPV6_HOPLIMIT, in ip6_ctloutput()
2616 error = ip6_pcbopt(optname, (u_char *)&optval, in ip6_ctloutput()
2701 error = ip6_pcbopt(optname, mtod(m, u_char *), in ip6_ctloutput()
3184 ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt, in ip6_pcbopt() function