Searched refs:inet6_opt_get_val (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libc/hidden/netinet/
H A Din.h34 PROTO_DEPRECATED(inet6_opt_get_val); variable
/openbsd-current/lib/libc/net/
H A Dip6opt.c278 inet6_opt_get_val(void *databuf, int offset, void *val, socklen_t vallen) function
/openbsd-current/sys/netinet6/
H A Din6.h676 extern int inet6_opt_get_val(void *, int, void *, socklen_t);
/openbsd-current/sbin/ping/
H A Dping.c1901 inet6_opt_get_val(databuf, 0, &value4, sizeof(value4));
1906 inet6_opt_get_val(databuf, 0, &value2, sizeof(value2));

Completed in 149 milliseconds