HomeSort by relevance Sort by last modified time
    Searched defs:site_scope (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sysctl.c 232 int loopback_scope, ipv4_local_scope, local_scope, site_scope; local
248 site_scope = stcb->asoc.scope.site_scope;
259 site_scope = 1;
364 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)))
    [all...]
sctp_header.h 212 uint8_t site_scope; /* IPv6 site scope flag */ member in struct:sctp_state_cookie
sctp_usrreq.c 1574 int local_scope, site_scope, ipv6_addr_legal; local
    [all...]
sctp_pcb.c 936 int local_scope, site_scope, ipv6_addr_legal; local
952 site_scope = stcb->asoc.scope.site_scope;
1044 if ((site_scope == 0) &&
    [all...]
sctp_structs.h 671 uint8_t site_scope; member in struct:sctp_scoping
    [all...]

Completed in 55 milliseconds