HomeSort by: relevance | last modified time | path
    Searched refs:local_scope (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
sctp_header.h 176 u_int8_t local_scope; /* IPv6 local scope flag */ member in struct:sctp_state_cookie
sctp_structs.h 624 u_int8_t local_scope; member in struct:sctp_association
sctp_asconf.c 1691 if (stcb->asoc.local_scope == 0) {
2171 if (stcb->asoc.local_scope == 0 &&
2785 int length, struct sockaddr *init_addr, uint16_t local_scope,
2835 int length, struct sockaddr *init_addr, uint16_t local_scope,
2845 local_scope, site_scope, ipv4_scope, loopback_scope);
sctp_output.c 2507 int local_scope,
2550 if (/*(local_scope == 0) && */
2759 stcb->asoc.local_scope,
2785 stcb->asoc.local_scope,
2810 stcb->asoc.local_scope,
2835 stcb->asoc.local_scope,
3359 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
3440 stc.local_scope = 1;
3458 stc.local_scope = 1;
3474 stc.local_scope = 0
    [all...]
sctp_pcb.c 2385 stcb->asoc.local_scope = 1;
2394 stcb->asoc.local_scope = 1;
2416 stcb->asoc.local_scope = 1;
2443 stcb->asoc.local_scope = 1;
2452 (stcb->asoc.local_scope == 0)) {
sctp_usrreq.c 915 int loopback_scope, ipv4_local_scope, local_scope, site_scope, actual; local in function:sctp_fill_up_addresses
925 local_scope = stcb->asoc.local_scope;
929 loopback_scope = ipv4_local_scope = local_scope =
sctp_input.c 1511 asoc->local_scope = cookie->local_scope;
1608 initack_src, cookie->local_scope, cookie->site_scope,

Completed in 213 milliseconds