Searched defs:loopback_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
245 loopback_scope = stcb->asoc.scope.loopback_scope;
256 loopback_scope = 1;
294 if ((loopback_scope == 0) && SCTP_IFN_IS_IFT_LOOP(sctp_ifn))
295 /* Skip loopback if loopback_scope not set */
H A Dsctp_asconf.c2477 if (stcb->asoc.scope.loopback_scope == 0 &&
2479 /* Skip if loopback_scope not set */
3093 uint16_t ipv4_scope, uint16_t loopback_scope)
3119 if (loopback_scope == 0 && SCTP_IFN_IS_IFT_LOOP(sctp_ifn)) {
3192 uint16_t ipv4_scope, uint16_t loopback_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.h215 uint8_t loopback_scope; /* loopback scope information */ member in struct:sctp_state_cookie
H A Dsctp_usrreq.c1569 int loopback_scope; local
1587 loopback_scope = stcb->asoc.scope.loopback_scope;
1602 loopback_scope = 1;
1653 if ((loopback_scope == 0) &&
1655 /* Skip loopback if loopback_scope not set */
H A Dsctp_pcb.c931 int loopback_scope; local
945 loopback_scope = stcb->asoc.scope.loopback_scope;
969 if ((loopback_scope == 0) &&
4491 stcb->asoc.scope.loopback_scope = 1;
4516 (stcb->asoc.scope.loopback_scope == 0)) {
4589 stcb->asoc.scope.loopback_scope = 1;
H A Dsctp_structs.h668 uint8_t loopback_scope; member in struct:sctp_scoping

Completed in 1371 milliseconds