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

  /src/usr.sbin/mld6query/
mld6.c 198 if ((hbhlen = inet6_opt_finish(NULL, 0, hbhlen)) == -1)
199 errx(1, "inet6_opt_finish(0) failed");
234 if ((currentlen = inet6_opt_finish(hbhbuf, hbhlen, currentlen)) == -1)
235 errx(1, "inet6_opt_finish(buf) failed");
  /src/lib/libc/net/
Makefile.inc 136 inet6_opt_init.3 inet6_opt_finish.3 \
ip6opt.c 59 __weak_alias(inet6_opt_finish, _inet6_opt_finish)
522 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) function in typeref:typename:int
  /src/sys/netinet6/
in6.h 709 extern int inet6_opt_finish(void *, socklen_t, int);
  /src/lib/libc/include/
namespace.h 472 #define inet6_opt_finish _inet6_opt_finish macro

Completed in 239 milliseconds