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

/freebsd-11.0-release/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.h211 uint8_t site_scope; /* IPv6 site scope flag */ member in struct:sctp_state_cookie
H A Dsctp_asconf.c1946 if (stcb->asoc.scope.site_scope == 0 &&
2526 if (stcb->asoc.scope.site_scope == 0 &&
3075 uint16_t local_scope, uint16_t site_scope,
3141 if ((site_scope == 0) &&
3173 uint16_t local_scope, uint16_t site_scope,
3182 local_scope, site_scope, ipv4_scope, loopback_scope);
3073 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
3171 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.c846 int local_scope, site_scope, ipv6_addr_legal; local
860 site_scope = stcb->asoc.scope.site_scope;
934 if ((site_scope == 0) &&
3841 stcb->asoc.scope.site_scope = 1;
3854 stcb->asoc.scope.site_scope = 1;
3861 stcb->asoc.scope.site_scope = 1;
3872 (stcb->asoc.scope.site_scope == 0)) {
3910 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) &&
5638 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
5679 stc.site_scope = 1;
5694 stc.site_scope = 1;
5710 stc.site_scope = 1;
5730 stc.site_scope = 1;
5752 stc.site_scope = asoc->scope.site_scope;
6065 scp.site_scope = stc.site_scope;
[all...]
H A Dsctp_usrreq.c1030 int local_scope, site_scope, ipv6_addr_legal; local
1048 site_scope = stcb->asoc.scope.site_scope;
1059 site_scope = 1;
1193 if ((site_scope == 0) &&
H A Dsctp_input.c2157 asoc->scope.site_scope = cookie->site_scope;
2394 &store.sa, cookie->local_scope, cookie->site_scope,
H A Dsctputil.c6662 int local_scope, site_scope, ipv6_addr_legal; local
6678 site_scope = stcb->asoc.scope.site_scope;
6764 if ((site_scope == 0) &&

Completed in 244 milliseconds