HomeSort by relevance Sort by last modified time
    Searched defs:local_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
247 local_scope = stcb->asoc.scope.local_scope;
258 local_scope = 1;
346 if (local_scope == 0)
    [all...]
sctp_header.h 211 uint8_t local_scope; /* IPv6 local 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
951 local_scope = stcb->asoc.scope.local_scope;
1026 if (local_scope == 0)
    [all...]
sctp_structs.h 670 uint8_t local_scope; member in struct:sctp_scoping
    [all...]

Completed in 227 milliseconds