HomeSort by: relevance | last modified time | path
    Searched refs:inet6_option_init (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/net/
Makefile.inc 123 inet6_option_space.3 inet6_option_init.3 \
ip6opt.c 54 __weak_alias(inet6_option_init,_inet6_option_init)
94 inet6_option_init(void *bp, struct cmsghdr **cmsgp, int type) function in typeref:typename:int
118 * inet6_option_init(). This function returns 0 if it succeeds or -1 on
196 * inet6_option_init(). This function returns a pointer to the 8-bit
  /src/usr.sbin/mld6query/
mld6.c 237 if (inet6_option_init((void *)cmsgp, &cmsgp, IPV6_HOPOPTS))
238 errx(1, "inet6_option_init failed");
  /src/sys/netinet6/
in6.h 687 extern int inet6_option_init(void *, struct cmsghdr **, int);
  /src/lib/libc/include/
namespace.h 467 #define inet6_option_init _inet6_option_init macro

Completed in 45 milliseconds