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

/freebsd-10-stable/sys/netinet6/
H A Dip6_output.c1311 int optdatalen, uproto; local
1326 uproto = (int)so->so_proto->pr_protocol;
1492 NULL, uproto);
1552 if (uproto != IPPROTO_TCP)
1609 NULL, uproto);
1694 uproto);
2129 struct ucred *cred, int uproto)
2140 return (ip6_setpktopt(optname, buf, len, opt, cred, 1, 0, uproto));
2377 struct ip6_pktopts *stickyopt, struct ucred *cred, int uproto)
2422 cm->cmsg_len - CMSG_LEN(0), opt, cred, 0, 1, uproto);
2128 ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt, struct ucred *cred, int uproto) argument
2376 ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, struct ip6_pktopts *stickyopt, struct ucred *cred, int uproto) argument
2440 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, struct ucred *cred, int sticky, int cmsg, int uproto) argument
[all...]

Completed in 58 milliseconds