Searched refs:databuf (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/inet/ |
D | inet6_opt.c | 169 inet6_opt_set_val (void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_set_val() argument 171 memcpy ((uint8_t *) databuf + offset, val, vallen); in inet6_opt_set_val() 275 inet6_opt_get_val (void *databuf, int offset, void *val, socklen_t vallen) in inet6_opt_get_val() argument 277 memcpy (val, (uint8_t *) databuf + offset, vallen); in inet6_opt_get_val()
|