HomeSort by: relevance | last modified time | path
    Searched defs:loopback_scope (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_header.h 179 u_int8_t loopback_scope; /* loopback scope information */ member in struct:sctp_state_cookie
sctp_structs.h 627 u_int8_t loopback_scope; member in struct:sctp_association
sctp_usrreq.c 915 int loopback_scope, ipv4_local_scope, local_scope, site_scope, actual; local in function:sctp_fill_up_addresses
923 loopback_scope = stcb->asoc.loopback_scope;
929 loopback_scope = ipv4_local_scope = local_scope =
953 if ((loopback_scope == 0) &&
955 /* Skip loopback if loopback_scope not set */

Completed in 50 milliseconds