Searched refs:multx (Results 1 – 1 of 1) sorted by relevance
109 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, in inet6_option_append() argument117 if (multx != 1 && multx != 2 && multx != 4 && multx != 8) in inet6_option_append()134 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) - in inet6_option_append()135 (off % multx); in inet6_option_append()137 padlen %= multx; /* keep the pad as short as possible */ in inet6_option_append()179 inet6_option_alloc(struct cmsghdr *cmsg, int datalen, int multx, int plusy) in inet6_option_alloc() argument187 if (multx != 1 && multx != 2 && multx != 4 && multx != 8) in inet6_option_alloc()204 padlen = (((off % multx) + (multx - 1)) & ~(multx - 1)) - in inet6_option_alloc()205 (off % multx); in inet6_option_alloc()207 padlen %= multx; /* keep the pad as short as possible */ in inet6_option_alloc()