Searched refs:uproto (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | ip6_output.c | 1614 int optdatalen, uproto; in ip6_ctloutput() local 1642 uproto = (int)so->so_proto->pr_protocol; in ip6_ctloutput() 1837 NULL, uproto); in ip6_ctloutput() 1869 if (uproto != IPPROTO_TCP) in ip6_ctloutput() 1966 NULL, uproto); in ip6_ctloutput() 2057 uproto); in ip6_ctloutput() 2513 struct ucred *cred, int uproto) in ip6_pcbopt() argument 2529 ret = ip6_setpktopt(optname, buf, len, opt, cred, 1, 0, uproto); in ip6_pcbopt() 2796 struct ip6_pktopts *stickyopt, struct ucred *cred, int uproto) in ip6_setpktopts() argument 2847 cm->cmsg_len - CMSG_LEN(0), opt, cred, 0, 1, uproto); in ip6_setpktopts() [all …]
|