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

/freebsd-9.3-release/sys/netinet/
H A Dsctp_header.h200 uint8_t site_scope; /* IPv6 site scope flag */ member in struct:sctp_state_cookie
H A Dsctp_sysctl.c191 int loopback_scope, ipv4_local_scope, local_scope, site_scope; local
204 site_scope = stcb->asoc.scope.site_scope;
212 site_scope = 1;
291 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)))
H A Dsctp_asconf.c1952 if (stcb->asoc.scope.site_scope == 0 &&
2528 if (stcb->asoc.scope.site_scope == 0 &&
3095 uint16_t local_scope, uint16_t site_scope,
3161 if ((site_scope == 0) &&
3193 uint16_t local_scope, uint16_t site_scope,
3202 local_scope, site_scope, ipv4_scope, loopback_scope);
3093 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
3191 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.c844 int local_scope, site_scope, ipv6_addr_legal; local
858 site_scope = stcb->asoc.scope.site_scope;
932 if ((site_scope == 0) &&
3832 stcb->asoc.scope.site_scope = 1;
3845 stcb->asoc.scope.site_scope = 1;
3852 stcb->asoc.scope.site_scope = 1;
3863 (stcb->asoc.scope.site_scope == 0)) {
3901 stcb->asoc.scope.site_scope = 1;
H A Dsctp_structs.h611 uint8_t site_scope; member in struct:sctp_scoping
H A Dsctp_output.c1922 if ((scope->site_scope == 0) &&
5609 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
5657 stc.site_scope = 1;
5672 stc.site_scope = 1;
5686 stc.site_scope = 1;
5705 stc.site_scope = 1;
5727 stc.site_scope = asoc->scope.site_scope;
6011 scp.site_scope = stc.site_scope;
[all...]
H A Dsctp_usrreq.c1108 int local_scope, site_scope, ipv6_addr_legal; local
1126 site_scope = stcb->asoc.scope.site_scope;
1137 site_scope = 1;
1271 if ((site_scope == 0) &&
H A Dsctp_input.c2116 asoc->scope.site_scope = cookie->site_scope;
2352 initack_src, cookie->local_scope, cookie->site_scope,
H A Dsctputil.c6645 int local_scope, site_scope, ipv6_addr_legal; local
6661 site_scope = stcb->asoc.scope.site_scope;
6747 if ((site_scope == 0) &&

Completed in 133 milliseconds