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

/freebsd-11-stable/sys/netinet/
H A Dsctp_sysctl.c192 int loopback_scope, ipv4_local_scope, local_scope, site_scope; local
205 site_scope = stcb->asoc.scope.site_scope;
213 site_scope = 1;
283 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)))
H A Dsctp_header.h210 uint8_t site_scope; /* IPv6 site scope flag */ member in struct:sctp_state_cookie
H A Dsctp_asconf.c1974 if (stcb->asoc.scope.site_scope == 0 &&
2528 if (stcb->asoc.scope.site_scope == 0 &&
3067 uint16_t local_scope, uint16_t site_scope,
3130 if ((site_scope == 0) &&
3162 uint16_t local_scope, uint16_t site_scope,
3171 local_scope, site_scope, ipv4_scope, loopback_scope);
3065 sctp_check_address_list_all(struct sctp_tcb *stcb, struct mbuf *m, int offset, int length, struct sockaddr *init_addr, uint16_t local_scope, uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope) argument
3160 sctp_check_address_list(struct sctp_tcb *stcb, struct mbuf *m, int offset, int length, struct sockaddr *init_addr, uint16_t local_scope, uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope) argument
H A Dsctp_pcb.c843 int local_scope, site_scope, ipv6_addr_legal; local
856 site_scope = stcb->asoc.scope.site_scope;
931 if ((site_scope == 0) &&
3813 stcb->asoc.scope.site_scope = 1;
3826 stcb->asoc.scope.site_scope = 1;
3833 stcb->asoc.scope.site_scope = 1;
3844 (stcb->asoc.scope.site_scope == 0)) {
3882 stcb->asoc.scope.site_scope = 1;
H A Dsctp_structs.h654 uint8_t site_scope; member in struct:sctp_scoping
H A Dsctp_output.c1924 if ((scope->site_scope == 0) &&
5637 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
5678 stc.site_scope = 1;
5693 stc.site_scope = 1;
5709 stc.site_scope = 1;
5729 stc.site_scope = 1;
5750 stc.site_scope = asoc->scope.site_scope;
6071 scp.site_scope = stc.site_scope;
[all...]
H A Dsctp_usrreq.c1026 int local_scope, site_scope, ipv6_addr_legal; local
1043 site_scope = stcb->asoc.scope.site_scope;
1054 site_scope = 1;
1186 if ((site_scope == 0) &&
H A Dsctp_input.c2187 asoc->scope.site_scope = cookie->site_scope;
2430 &store.sa, cookie->local_scope, cookie->site_scope,
H A Dsctputil.c6748 int local_scope, site_scope, ipv6_addr_legal; local
6763 site_scope = stcb->asoc.scope.site_scope;
6845 if ((site_scope == 0) &&

Completed in 194 milliseconds