Searched refs:multx (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/inet/ |
D | inet6_option.c | 75 static uint8_t *option_alloc (struct cmsghdr *cmsg, int datalen, int multx, 140 inet6_option_append (struct cmsghdr *cmsg, const uint8_t *typep, int multx, in inet6_option_append() argument 151 uint8_t *ptr = option_alloc (cmsg, len, multx, plusy); in inet6_option_append() 173 option_alloc (struct cmsghdr *cmsg, int datalen, int multx, int plusy) in option_alloc() argument 176 if ((multx != 1 && multx != 2 && multx != 4 && multx != 8) in option_alloc() 191 add_pad (cmsg, ((multx - (dsize & (multx - 1))) & (multx - 1)) + plusy); in option_alloc() 217 inet6_option_alloc (struct cmsghdr *cmsg, int datalen, int multx, int plusy) in inet6_option_alloc() argument 219 return option_alloc (cmsg, datalen, multx, plusy); in inet6_option_alloc()
|