Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c74 int remainder, padbytes; in inet6_opt_append() local
94 padbytes = 0; in inet6_opt_append()
109 if (padbytes != 0) { in inet6_opt_append()
117 if (padbytes == 1) { in inet6_opt_append()
124 p += padbytes; in inet6_opt_append()
144 int padbytes; in inet6_opt_finish() local
157 if (padbytes == 8) in inet6_opt_finish()
158 padbytes = 0; in inet6_opt_finish()
169 if (padbytes != 0) { in inet6_opt_finish()
177 if (padbytes == 1) { in inet6_opt_finish()
[all …]