Searched refs:site_scope (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_sysctl.c | 249 int loopback_scope, ipv4_local_scope, local_scope, site_scope; in sctp_sysctl_copy_out_local_addresses() local 265 site_scope = stcb->asoc.scope.site_scope; in sctp_sysctl_copy_out_local_addresses() 276 site_scope = 1; in sctp_sysctl_copy_out_local_addresses() 363 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) in sctp_sysctl_copy_out_local_addresses()
|
D | sctp_header.h | 231 uint8_t site_scope; /* IPv6 site scope flag */ member
|
D | sctp_asconf.c | 2004 if (stcb->asoc.scope.site_scope == 0 && in sctp_addr_mgmt_assoc() 2550 if (stcb->asoc.scope.site_scope == 0 && in sctp_find_valid_localaddr() 3094 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list_all() argument 3161 if ((site_scope == 0) && in sctp_check_address_list_all() 3193 uint16_t local_scope, uint16_t site_scope, in sctp_check_address_list() argument 3202 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
|
D | sctp_pcb.c | 933 int local_scope, site_scope, ipv6_addr_legal; local 949 site_scope = stcb->asoc.scope.site_scope; 1041 if ((site_scope == 0) && 4426 stcb->asoc.scope.site_scope = 1; 4437 stcb->asoc.scope.site_scope = 1; 4443 stcb->asoc.scope.site_scope = 1; 4454 (stcb->asoc.scope.site_scope == 0)) { 4524 stcb->asoc.scope.site_scope = 1;
|
D | sctp_structs.h | 704 uint8_t site_scope; member
|
D | sctp_output.c | 1951 if ((scope->site_scope == 0) && in sctp_is_address_in_scope() 6076 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; 6130 stc.site_scope = 1; 6149 stc.site_scope = 1; 6167 stc.site_scope = 1; 6184 stc.site_scope = 1; 6227 stc.site_scope = asoc->scope.site_scope; 6568 scp.site_scope = stc.site_scope;
|
D | sctp_usrreq.c | 1459 int local_scope, site_scope, ipv6_addr_legal; local 1480 site_scope = stcb->asoc.scope.site_scope; 1494 site_scope = 1; 1660 if ((site_scope == 0) &&
|
D | sctp_input.c | 2271 asoc->scope.site_scope = cookie->site_scope; 2537 &store.sa, cookie->local_scope, cookie->site_scope,
|
D | sctputil.c | 7855 int local_scope, site_scope, ipv6_addr_legal; local 7873 site_scope = stcb->asoc.scope.site_scope; 7974 if ((site_scope == 0) &&
|