Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 2 of 2) sorted by relevance

/inet/
A Dinet6_rth.c51 inet6_rth_init (void *bp, socklen_t bp_len, int type, int segments) in inet6_rth_init() argument
53 struct ip6_rthdr *rthdr = (struct ip6_rthdr *) bp; in inet6_rth_init()
68 memset (bp, '\0', len); in inet6_rth_init()
73 return bp; in inet6_rth_init()
85 inet6_rth_add (void *bp, const struct in6_addr *addr) in inet6_rth_add() argument
87 struct ip6_rthdr *rthdr = (struct ip6_rthdr *) bp; in inet6_rth_add()
156 inet6_rth_segments (const void *bp) in inet6_rth_segments() argument
158 struct ip6_rthdr *rthdr = (struct ip6_rthdr *) bp; in inet6_rth_segments()
178 inet6_rth_getaddr (const void *bp, int index) in inet6_rth_getaddr() argument
180 struct ip6_rthdr *rthdr = (struct ip6_rthdr *) bp; in inet6_rth_getaddr()
A Dinet6_option.c106 inet6_option_init (void *bp, struct cmsghdr **cmsgp, int type) in inet6_option_init() argument
113 struct cmsghdr *newp = (struct cmsghdr *) bp; in inet6_option_init()

Completed in 4 milliseconds