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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c171 static int ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt, int uproto);
173 static int ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto);
1843 int optdatalen, uproto; local
1861 uproto = (int)so->so_proto->pr_protocol;
1974 optp, uproto);
2030 if (uproto != IPPROTO_TCP)
2079 optp, uproto);
2149 m->m_len, optp, uproto);
2666 int uproto)
2679 return (ip6_setpktopt(optname, buf, len, opt, 1, 0, uproto));
2665 ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt, int uproto) argument
3050 ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, struct ip6_pktopts *stickyopt, int uproto) argument
3111 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto) argument
[all...]
H A Dip6_var.h522 int ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, struct ip6_pktopts *stickyopt, int uproto);

Completed in 15 milliseconds