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

/netbsd-current/lib/libc/net/
H A DMakefile.inc116 inet6_opt_init.3 inet6_rth_space.3 inet6_getscopeid.3
135 inet6_opt_init.3 inet6_opt_append.3 \
136 inet6_opt_init.3 inet6_opt_finish.3 \
137 inet6_opt_init.3 inet6_opt_set_val.3 \
138 inet6_opt_init.3 inet6_opt_next.3 \
139 inet6_opt_init.3 inet6_opt_find.3 \
140 inet6_opt_init.3 inet6_opt_get_val.3 \
H A Dip6opt.c57 __weak_alias(inet6_opt_init, _inet6_opt_init)
441 inet6_opt_init(void *extbuf, socklen_t extlen) function
/netbsd-current/usr.sbin/mld6query/
H A Dmld6.c193 if ((hbhlen = inet6_opt_init(NULL, 0)) == -1)
194 errx(1, "inet6_opt_init(0) failed");
226 if ((currentlen = inet6_opt_init(hbhbuf, hbhlen)) == -1)
227 errx(1, "inet6_opt_init(len = %d) failed", hbhlen);
/netbsd-current/sys/netinet6/
H A Din6.h706 extern int inet6_opt_init(void *, socklen_t);
/netbsd-current/lib/libc/include/
H A Dnamespace.h465 #define inet6_opt_init _inet6_opt_init macro

Completed in 309 milliseconds