HomeSort by: relevance | last modified time | path
    Searched defs:ip6_setpktopt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet6/
ip6_output.c 122 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *, kauth_cred_t,
2123 return (ip6_setpktopt(optname, buf, len, opt, cred, 1, 0, uproto));
2806 error = ip6_setpktopt(cm->cmsg_type, CMSG_DATA(cm),
2825 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, function in typeref:typename:int
2833 printf("ip6_setpktopt: impossible case\n");

Completed in 14 milliseconds