Home
last modified time | relevance | path

Searched refs:multx (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libc/net/
H A Dip6opt.c96 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, in inet6_option_append() argument
104 if (multx != 1 && multx != 2 && multx != 4 && multx != 8) in inet6_option_append()
121 padlen = roundup2(off % multx, multx) - (off % multx); in inet6_option_append()
123 padlen %= multx; /* keep the pad as short as possible */ in inet6_option_append()
165 inet6_option_alloc(struct cmsghdr *cmsg, int datalen, int multx, int plusy) in inet6_option_alloc() argument
173 if (multx != 1 && multx != 2 && multx != 4 && multx != 8) in inet6_option_alloc()
190 padlen = roundup2(off % multx, multx) - (off % multx); in inet6_option_alloc()
192 padlen %= multx; /* keep the pad as short as possible */ in inet6_option_alloc()