Searched refs:inet6_opt_get_val (Results 1 – 4 of 4) sorted by relevance
| /inet/ |
| A D | test-inet6_opt.c | 121 offset = inet6_opt_get_val (db, 0, &val4, sizeof (val4)); in decode_inet6_opt() 127 offset = inet6_opt_get_val (db, offset, &val8, sizeof (val8)); in decode_inet6_opt() 146 offset = inet6_opt_get_val (db, 0, &val1, sizeof (val1)); in decode_inet6_opt() 152 offset = inet6_opt_get_val (db, offset, &val2, sizeof (val2)); in decode_inet6_opt() 158 offset = inet6_opt_get_val (db, offset, &val4, sizeof (val4)); in decode_inet6_opt() 176 offset = inet6_opt_get_val (db, 0, buf, 7); in decode_inet6_opt()
|
| A D | Versions | 82 inet6_opt_next; inet6_opt_find; inet6_opt_get_val;
|
| A D | inet6_opt.c | 275 inet6_opt_get_val (void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_get_val() function
|
| /inet/netinet/ |
| A D | in.h | 592 extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
|
Completed in 6 milliseconds