Searched refs:padbytes (Results 1 – 2 of 2) sorted by relevance
76 int remainder, padbytes; in inet6_opt_append() local96 padbytes = 0; in inet6_opt_append()98 padbytes = align - remainder; in inet6_opt_append()101 endlen = offset + padbytes + 2 + len; in inet6_opt_append()111 if (padbytes != 0) { in inet6_opt_append()119 if (padbytes == 1) { in inet6_opt_append()123 *(p + 1) = padbytes - 2; in inet6_opt_append()124 memset(p + 2, 0, padbytes - 2); in inet6_opt_append()126 p += padbytes; in inet6_opt_append()146 int padbytes; in inet6_opt_finish() local[all …]
223 uint32_t padbytes; member