Home | History | Annotate | Download | only in netinet6

Lines Matching refs:ip6_pktopts

119 static int ip6_pcbopt(int, u_char *, int, struct ip6_pktopts **,
121 static int ip6_getpcbopt(struct ip6_pktopts *, int, struct sockopt *);
122 static int ip6_setpktopt(int, u_char *, int, struct ip6_pktopts *, kauth_cred_t,
132 static int copypktopts(struct ip6_pktopts *, struct ip6_pktopts *, int);
137 static int ip6_pcbopts(struct ip6_pktopts **, struct socket *, struct sockopt *);
201 struct ip6_pktopts *opt,
1432 struct ip6_pktopts **optp;
1564 struct ip6_pktopts **optp;
1587 struct ip6_pktopts **optp;
1654 struct ip6_pktopts **optp;
2037 ip6_pcbopts(struct ip6_pktopts **pktopt, struct socket *so,
2040 struct ip6_pktopts *opt = *pktopt;
2092 * initialize ip6_pktopts. beware that there are non-zero default values in
2096 ip6_initpktopts(struct ip6_pktopts *opt)
2108 ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt,
2111 struct ip6_pktopts *opt;
2114 *pktopt = malloc(sizeof(struct ip6_pktopts), M_IP6OPT,
2127 ip6_getpcbopt(struct ip6_pktopts *pktopt, int optname, struct sockopt *sopt)
2228 ip6_clearpktopts(struct ip6_pktopts *pktopt, int optname)
2280 copypktopts(struct ip6_pktopts *dst, struct ip6_pktopts *src, int canwait)
2320 struct ip6_pktopts *
2321 ip6_copypktopts(struct ip6_pktopts *src, int canwait)
2324 struct ip6_pktopts *dst;
2340 ip6_freepcbopts(struct ip6_pktopts *pktopt)
2760 ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt,
2761 struct ip6_pktopts *stickyopt, kauth_cred_t cred, int uproto)
2825 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt,