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.h218 uint8_t site_scope; /* IPv6 site scope flag */ member
Dsctp_sysctl.c227 int loopback_scope, ipv4_local_scope, local_scope, site_scope; in copy_out_local_addresses() local
243 site_scope = stcb->asoc.scope.site_scope; in copy_out_local_addresses()
254 site_scope = 1; in copy_out_local_addresses()
347 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) in copy_out_local_addresses()
Dsctp_asconf.c1955 if (stcb->asoc.scope.site_scope == 0 && in sctp_addr_mgmt_assoc()
2511 if (stcb->asoc.scope.site_scope == 0 && in sctp_find_valid_localaddr()
3078 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument
3133 if ((site_scope == 0) && in sctp_check_address_list_all()
3165 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument
3174 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
Dsctp_pcb.c934 int local_scope, site_scope, ipv6_addr_legal; local
950 site_scope = stcb->asoc.scope.site_scope;
1030 if ((site_scope == 0) &&
4409 stcb->asoc.scope.site_scope = 1;
4420 stcb->asoc.scope.site_scope = 1;
4426 stcb->asoc.scope.site_scope = 1;
4437 (stcb->asoc.scope.site_scope == 0)) {
4507 stcb->asoc.scope.site_scope = 1;
Dsctp_structs.h663 uint8_t site_scope; member
Dsctp_output.c1950 if ((scope->site_scope == 0) && in sctp_is_address_in_scope()
5796 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
5857 stc.site_scope = 1;
5876 stc.site_scope = 1;
5893 stc.site_scope = 1;
5908 stc.site_scope = 1;
5951 stc.site_scope = asoc->scope.site_scope;
6252 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;
1759 if ((site_scope == 0) &&
Dsctputil.c7514 int local_scope, site_scope, ipv6_addr_legal; local
7532 site_scope = stcb->asoc.scope.site_scope;
7621 if ((site_scope == 0) &&
Dsctp_input.c2179 asoc->scope.site_scope = cookie->site_scope;
2439 initack_src, cookie->local_scope, cookie->site_scope,