Home | History | Annotate | Download | only in tests

Lines Matching refs:sin6_scope_id

173 	in6->sin6_scope_id = 0xfacefeed;
179 ", sin6_scope_id=%u}, %u)"
182 ntohl(in6->sin6_flowinfo), in6->sin6_scope_id, len, ret);
184 in6->sin6_scope_id = ifindex_lo();
185 if (in6->sin6_scope_id) {
190 ", sin6_scope_id=%s}, %u)"
209 in6->sin6_scope_id = 0xfacefeed;
214 ", sin6_flowinfo=htonl(%u), sin6_scope_id=%u}, %u)"
216 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret);
226 in6->sin6_scope_id = 0xfacefeed;
231 ", sin6_flowinfo=htonl(%u), sin6_scope_id=%u}, %u)"
233 h_port, h_addr, h_flowinfo, in6->sin6_scope_id, len, ret);
235 in6 = ((void *) in6) + 4 + sizeof(in6->sin6_scope_id);
240 len = sizeof(*in6) - sizeof(in6->sin6_scope_id);
253 len = sizeof(*in6) - sizeof(in6->sin6_scope_id) - 4;
261 len = sizeof(*in6) - sizeof(in6->sin6_scope_id);