Searched refs:inet6_opt_finish (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/mld6query/
H A Dmld6.c198 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");
/netbsd-current/lib/libc/net/
H A Dip6opt.c59 __weak_alias(inet6_opt_finish, _inet6_opt_finish)
522 inet6_opt_finish(void *extbuf, socklen_t extlen, int offset) function
H A DMakefile.inc136 inet6_opt_init.3 inet6_opt_finish.3 \
/netbsd-current/sys/netinet6/
H A Din6.h709 extern int inet6_opt_finish(void *, socklen_t, int);
/netbsd-current/lib/libc/include/
H A Dnamespace.h467 #define inet6_opt_finish _inet6_opt_finish macro

Completed in 196 milliseconds