Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_header.h212 uint8_t site_scope; /* IPv6 site scope flag */ member
Dsctp_sysctl.c232 int loopback_scope, ipv4_local_scope, local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local
248 site_scope = stcb->asoc.scope.site_scope; in sctp_sysctl_copy_out_local_addresses()
259 site_scope = 1; in sctp_sysctl_copy_out_local_addresses()
364 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) in sctp_sysctl_copy_out_local_addresses()
Dsctp_asconf.c1957 if (stcb->asoc.scope.site_scope == 0 && in sctp_addr_mgmt_assoc()
2537 if (stcb->asoc.scope.site_scope == 0 && in sctp_find_valid_localaddr()
3092 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3159 if ((site_scope == 0) && in sctp_check_address_list_all()
3191 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument
3200 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
Dsctp_pcb.c936 int local_scope, site_scope, ipv6_addr_legal; local
952 site_scope = stcb->asoc.scope.site_scope;
1044 if ((site_scope == 0) &&
4494 stcb->asoc.scope.site_scope = 1;
4505 stcb->asoc.scope.site_scope = 1;
4511 stcb->asoc.scope.site_scope = 1;
4522 (stcb->asoc.scope.site_scope == 0)) {
4592 stcb->asoc.scope.site_scope = 1;
Dsctp_structs.h671 uint8_t site_scope; member
Dsctp_output.c1952 if ((scope->site_scope == 0) && in sctp_is_address_in_scope()
5966 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
6027 stc.site_scope = 1;
6046 stc.site_scope = 1;
6063 stc.site_scope = 1;
6078 stc.site_scope = 1;
6121 stc.site_scope = asoc->scope.site_scope;
6450 scp.site_scope = stc.site_scope;
Dsctp_usrreq.c1574 int local_scope, site_scope, ipv6_addr_legal; local
1594 site_scope = stcb->asoc.scope.site_scope;
1608 site_scope = 1;
1771 if ((site_scope == 0) &&
Dsctputil.c7538 int local_scope, site_scope, ipv6_addr_legal; local
7556 site_scope = stcb->asoc.scope.site_scope;
7657 if ((site_scope == 0) &&
Dsctp_input.c2169 asoc->scope.site_scope = cookie->site_scope;
2425 &store.sa, cookie->local_scope, cookie->site_scope,