Home
last modified time | relevance | path

Searched refs:ip6_pktopts (Results 1 – 9 of 9) sorted by relevance

/src/sys/netinet6/
H A Dip6_var.h141 struct ip6_pktopts { struct
387 void ip6_freepcbopts(struct ip6_pktopts *);
407 int ip6_output(struct mbuf *, struct ip6_pktopts *,
414 void ip6_initpktopts(struct ip6_pktopts *);
415 int ip6_setpktopts(struct mbuf *, struct ip6_pktopts *,
416 struct ip6_pktopts *, struct ucred *, int);
417 void ip6_clearpktopts(struct ip6_pktopts *, int);
418 struct ip6_pktopts *ip6_copypktopts(struct ip6_pktopts *, int);
439 int in6_selectsrc_socket(struct sockaddr_in6 *, struct ip6_pktopts *,
445 int in6_selectroute(struct sockaddr_in6 *, struct ip6_pktopts *,
H A Dip6_output.c135 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **,
137 static int ip6_pcbopts(struct ip6_pktopts **, struct mbuf *,
140 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *,
152 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, int);
401 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, in ip6_output()
1694 struct ip6_pktopts **optp; in ip6_ctloutput()
1829 struct ip6_pktopts **optp; in ip6_ctloutput()
1903 struct ip6_pktopts **optp; in ip6_ctloutput()
2322 ip6_pcbopts(struct ip6_pktopts **pktopt, struct mbuf *m, in ip6_pcbopts()
2325 struct ip6_pktopts *opt = *pktopt; in ip6_pcbopts()
[all …]
H A Din6_src.c127 static int selectroute(struct sockaddr_in6 *, struct ip6_pktopts *,
130 static int in6_selectif(struct sockaddr_in6 *, struct ip6_pktopts *,
134 struct ip6_pktopts *, struct ip6_moptions *, struct inpcb *,
175 struct ip6_pktopts *opts, struct ip6_moptions *mopts, struct inpcb *inp, in in6_selectsrc()
538 in6_selectsrc_socket(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectsrc_socket()
668 struct ip6_pktopts *opts, uint32_t flowid) in lookup_route()
713 selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in selectroute()
788 in6_selectif(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectif()
846 in6_selectroute(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, in in6_selectroute()
H A Draw_ip6.c356 struct ip6_pktopts opt, *optp; in rip6_send()
H A Dudp6_usrreq.c682 struct ip6_pktopts *optp, opt; in udp6_send()
H A Dmld6.c273 static struct ip6_pktopts mld_po;
/src/sys/netinet/
H A Din_pcb.h398 struct ip6_pktopts *in6p_outputopts;
H A Dtcp_subr.c3753 struct ip6_pktopts *opt; in tcp6_use_min_mtu()
/src/sys/netpfil/ipfw/
H A Dip_fw_private.h72 struct ip6_pktopts *opt_or;