Lines Matching refs:cmsghdr
659 struct cmsghdr;
703 struct cmsghdr;
706 extern int inet6_option_init(void *, struct cmsghdr **, int);
707 extern int inet6_option_append(struct cmsghdr *, const uint8_t *,
709 extern uint8_t *inet6_option_alloc(struct cmsghdr *, int, int, int);
710 extern int inet6_option_next(const struct cmsghdr *, uint8_t **);
711 extern int inet6_option_find(const struct cmsghdr *, uint8_t **, int);
714 extern struct cmsghdr *inet6_rthdr_init(void *, int);
715 extern int inet6_rthdr_add(struct cmsghdr *, const struct in6_addr *,
717 extern int inet6_rthdr_lasthop(struct cmsghdr *, unsigned int);
719 extern int inet6_rthdr_reverse(const struct cmsghdr *, struct cmsghdr *);
721 extern int inet6_rthdr_segments(const struct cmsghdr *);
722 extern struct in6_addr *inet6_rthdr_getaddr(struct cmsghdr *, int);
723 extern int inet6_rthdr_getflags(const struct cmsghdr *, int);