Searched refs:ip6_setpktopt (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c173 static int ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto);
2679 return (ip6_setpktopt(optname, buf, len, opt, 1, 0, uproto));
3093 error = ip6_setpktopt(cm->cmsg_type, CMSG_DATA(cm),
3111 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, function
3119 printf("ip6_setpktopt: impossible case\n");

Completed in 16 milliseconds