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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_header.h199 uint8_t local_scope; /* IPv6 local scope flag */ member in struct:sctp_state_cookie
H A Dsctp_sysctl.c191 int loopback_scope, ipv4_local_scope, local_scope, site_scope; local
203 local_scope = stcb->asoc.scope.local_scope;
211 local_scope = 1;
271 if (local_scope == 0)
H A Dsctp_asconf.c1936 if (stcb->asoc.scope.local_scope == 0) {
2126 if (stcb->asoc.scope.local_scope == 0) {
2501 if (stcb->asoc.scope.local_scope == 0 &&
3071 uint16_t local_scope, uint16_t site_scope,
3125 if ((local_scope == 0) &&
3161 uint16_t local_scope, uint16_t site_scope,
3170 local_scope, site_scope, ipv4_scope, loopback_scope);
3069 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
3159 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.c837 int local_scope, site_scope, ipv6_addr_legal; local
850 local_scope = stcb->asoc.scope.local_scope;
910 if (local_scope == 0)
3795 stcb->asoc.scope.local_scope = 0;
3825 (stcb->asoc.scope.local_scope == 0)) {
3865 stcb->asoc.scope.local_scope = 0;
H A Dsctp_structs.h610 uint8_t local_scope; member in struct:sctp_scoping
H A Dsctp_output.c1918 if ( /* (local_scope == 0) && */
5455 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
5504 stc.local_scope = 0;
5517 stc.local_scope = 0;
5531 stc.local_scope = 0;
5574 stc.local_scope = asoc->scope.local_scope;
5856 scp.local_scope = stc.local_scope;
H A Dsctp_usrreq.c1131 int local_scope, site_scope, ipv6_addr_legal; local
1148 local_scope = stcb->asoc.scope.local_scope;
1159 local_scope = 1;
1265 if (local_scope == 0)
H A Dsctp_input.c2145 asoc->scope.local_scope = cookie->local_scope;
2380 initack_src, cookie->local_scope, cookie->site_scope,
H A Dsctputil.c6623 int local_scope, site_scope, ipv6_addr_legal; local
6638 local_scope = stcb->asoc.scope.local_scope;
6696 if (local_scope == 0)

Completed in 208 milliseconds