Searched defs:local_scope (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sysctl.c232 int loopback_scope, ipv4_local_scope, local_scope, site_scope; local
247 local_scope = stcb->asoc.scope.local_scope;
258 local_scope = 1;
346 if (local_scope == 0)
H A Dsctp_asconf.c1949 if (stcb->asoc.scope.local_scope == 0) {
2146 if (stcb->asoc.scope.local_scope == 0) {
2534 if (stcb->asoc.scope.local_scope == 0 &&
3092 uint16_t local_scope, uint16_t site_scope,
3155 if ((local_scope == 0) &&
3191 uint16_t local_scope, uint16_t site_scope,
3200 local_scope, site_scope, ipv4_scope, loopback_scope);
3090 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
3189 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_header.h211 uint8_t local_scope; /* IPv6 local scope flag */ member in struct:sctp_state_cookie
H A Dsctp_usrreq.c1574 int local_scope, site_scope, ipv6_addr_legal; local
1593 local_scope = stcb->asoc.scope.local_scope;
1607 local_scope = 1;
1743 if (local_scope == 0)
H A Dsctp_pcb.c936 int local_scope, site_scope, ipv6_addr_legal; local
951 local_scope = stcb->asoc.scope.local_scope;
1026 if (local_scope == 0)
4492 stcb->asoc.scope.local_scope = 0;
4519 (stcb->asoc.scope.local_scope == 0)) {
4591 stcb->asoc.scope.local_scope = 0;
H A Dsctp_structs.h670 uint8_t local_scope; member in struct:sctp_scoping

Completed in 3661 milliseconds