Searched refs:site_scope (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 212 uint8_t site_scope; /* IPv6 site scope flag */ member
|
D | sctp_sysctl.c | 232 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()
|
D | sctp_asconf.c | 1957 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()
|
D | sctp_pcb.c | 936 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;
|
D | sctp_structs.h | 671 uint8_t site_scope; member
|
D | sctp_output.c | 1952 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;
|
D | sctp_usrreq.c | 1574 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) &&
|
D | sctputil.c | 7538 int local_scope, site_scope, ipv6_addr_legal; local 7556 site_scope = stcb->asoc.scope.site_scope; 7657 if ((site_scope == 0) &&
|
D | sctp_input.c | 2169 asoc->scope.site_scope = cookie->site_scope; 2425 &store.sa, cookie->local_scope, cookie->site_scope,
|