Home
last modified time | relevance | path

Searched refs:lan_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h427 uint8_t lan_type; member
Dsctputil.c2518 (net->lan_type == SCTP_LAN_UNKNOWN)) { in sctp_calculate_rto()
2520 net->lan_type = SCTP_LAN_INTERNET; in sctp_calculate_rto()
2522 net->lan_type = SCTP_LAN_LOCAL; in sctp_calculate_rto()
Dsctp_cc_functions.c1162 if ((use_rtcc) && (net->lan_type == SCTP_LAN_LOCAL) && (net->cc_mod.rtcc.use_dccc_ecn)) { in sctp_cwnd_update_after_ecn_echo_common()