Lines Matching refs:cmsghdr
646 struct cmsghdr;
690 struct cmsghdr;
693 extern int inet6_option_init(void *, struct cmsghdr **, int);
694 extern int inet6_option_append(struct cmsghdr *, const uint8_t *,
696 extern uint8_t *inet6_option_alloc(struct cmsghdr *, int, int, int);
697 extern int inet6_option_next(const struct cmsghdr *, uint8_t **);
698 extern int inet6_option_find(const struct cmsghdr *, uint8_t **, int);
701 extern struct cmsghdr *inet6_rthdr_init(void *, int);
702 extern int inet6_rthdr_add(struct cmsghdr *, const struct in6_addr *,
704 extern int inet6_rthdr_lasthop(struct cmsghdr *, unsigned int);
706 extern int inet6_rthdr_reverse(const struct cmsghdr *, struct cmsghdr *);
708 extern int inet6_rthdr_segments(const struct cmsghdr *);
709 extern struct in6_addr *inet6_rthdr_getaddr(struct cmsghdr *, int);
710 extern int inet6_rthdr_getflags(const struct cmsghdr *, int);