Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c249 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()
Dsctp_header.h231 uint8_t site_scope; /* IPv6 site scope flag */ member
Dsctp_asconf.c2004 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()
Dsctp_pcb.c933 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;
Dsctp_structs.h704 uint8_t site_scope; member
Dsctp_output.c1951 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;
Dsctp_usrreq.c1459 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) &&
Dsctp_input.c2271 asoc->scope.site_scope = cookie->site_scope;
2537 &store.sa, cookie->local_scope, cookie->site_scope,
Dsctputil.c7855 int local_scope, site_scope, ipv6_addr_legal; local
7873 site_scope = stcb->asoc.scope.site_scope;
7974 if ((site_scope == 0) &&