Searched refs:site_scope (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_header.h | 218 uint8_t site_scope; /* IPv6 site scope flag */ member
|
D | sctp_sysctl.c | 227 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()
|
D | sctp_asconf.c | 1955 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()
|
D | sctp_pcb.c | 934 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;
|
D | sctp_structs.h | 663 uint8_t site_scope; member
|
D | sctp_output.c | 1950 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;
|
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; 1759 if ((site_scope == 0) &&
|
D | sctputil.c | 7514 int local_scope, site_scope, ipv6_addr_legal; local 7532 site_scope = stcb->asoc.scope.site_scope; 7621 if ((site_scope == 0) &&
|
D | sctp_input.c | 2179 asoc->scope.site_scope = cookie->site_scope; 2439 initack_src, cookie->local_scope, cookie->site_scope,
|