Searched refs:scope_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Daddrmatch.c44 u_int32_t scope_id; /* iface scope id for v6 */ member in struct:xaddr
102 xa->scope_id = in6->sin6_scope_id;
164 dst->scope_id = a->scope_id;
194 if (a->scope_id == b->scope_id)
196 return a->scope_id > b->scope_id ? 1 : -1;
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsockaddr.c204 char **scope_id,
214 *scope_id = NULL; /* assume not specified */
272 *scope_id = apr_palloc(p, end_bracket - scope_delim);
273 memcpy(*scope_id, scope_delim + 1, end_bracket - scope_delim - 1);
274 (*scope_id)[end_bracket - scope_delim - 1] = '\0';
287 *scope_id = NULL;
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_network_io.h422 * @param scope_id The new buffer containing just the scope id. On output,
423 * *scope_id will be NULL if no scope id was specified.
429 * @param p The pool from which *addr and *scope_id are allocated.
430 * @remark If scope id shouldn't be allowed, check for scope_id != NULL in
436 char **scope_id,
/freebsd-10.0-release/sys/netinet/
H A Dsctp_header.h193 uint32_t scope_id; /* v6 scope id for link-locals */ member in struct:sctp_state_cookie
H A Dsctp_output.c5490 /* scope_id is only for v6 */
5491 stc.scope_id = 0;
5514 stc.scope_id = in6_getscope(&src6->sin6_addr);
5542 * pull out the scope_id from
5619 /* scope_id is only for v6 */
5620 stc.scope_id = 0;
5629 stc.scope_id = sin6->sin6_scope_id;
H A Dsctp_input.c2297 sin6->sin6_scope_id = cookie->scope_id;
2619 sin6.sin6_scope_id = cookie->scope_id;
/freebsd-10.0-release/usr.sbin/ifmcstat/
H A Difmcstat.c770 inet6_n2a(struct in6_addr *p, uint32_t scope_id) argument
780 sin6.sin6_scope_id = scope_id;

Completed in 191 milliseconds