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

  /src/usr.sbin/mld6query/
mld6.c 195 if ((hbhlen = inet6_opt_append(NULL, 0, hbhlen, IP6OPT_ROUTER_ALERT, 2,
197 errx(1, "inet6_opt_append(0) failed");
228 if ((currentlen = inet6_opt_append(hbhbuf, hbhlen, currentlen,
231 errx(1, "inet6_opt_append(currentlen = %d, hbhlen = %d) failed",
  /src/lib/libc/net/
Makefile.inc 135 inet6_opt_init.3 inet6_opt_append.3 \
ip6opt.c 58 __weak_alias(inet6_opt_append, _inet6_opt_append)
455 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, function in typeref:typename:int
  /src/sys/netinet6/
in6.h 707 extern int inet6_opt_append(void *, socklen_t, int, uint8_t,
  /src/lib/libc/include/
namespace.h 471 #define inet6_opt_append _inet6_opt_append macro

Completed in 16 milliseconds