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

/freebsd-current/sys/netinet6/
H A Dip6_output.c140 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *,
2524 ret = ip6_setpktopt(optname, buf, len, opt, cred, 1, 0, uproto);
2799 * ip6_setpktopt can call ifnet_byindex(), so it's imperative that we
2841 error = ip6_setpktopt(cm->cmsg_type, CMSG_DATA(cm),
2860 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, function
2870 printf("ip6_setpktopt: impossible case\n");

Completed in 122 milliseconds