Home
last modified time | relevance | path

Searched refs:lnet (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_timer.c823 struct sctp_nets *lnet; in sctp_t3rxt_timer() local
825 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_t3rxt_timer()
826 if (net == lnet) { in sctp_t3rxt_timer()
827 sctp_log_cwnd(stcb, lnet, 1, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer()
829 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_LOG_FROM_T3); in sctp_t3rxt_timer()
H A Dsctp_cc_functions.c1024 struct sctp_nets *lnet; in sctp_cwnd_update_after_timeout() local
1028 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_cwnd_update_after_timeout()
1029 t_ssthresh += lnet->ssthresh; in sctp_cwnd_update_after_timeout()
1030 t_cwnd += lnet->cwnd; in sctp_cwnd_update_after_timeout()
1031 srtt = lnet->lastsa; in sctp_cwnd_update_after_timeout()
1034 t_ucwnd_sbw += (uint64_t)lnet->cwnd / (uint64_t)srtt; in sctp_cwnd_update_after_timeout()
H A Dsctputil.c632 struct sctp_nets *lnet; in sctp_auditing() local
721 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_auditing()
722 tot_out += lnet->flight_size; in sctp_auditing()
735 TAILQ_FOREACH(lnet, &stcb->asoc.nets, sctp_next) { in sctp_auditing()
738 if ((chk->whoTo == lnet) && in sctp_auditing()
743 if (lnet->flight_size != tot_out) { in sctp_auditing()
745 (void *)lnet, lnet->flight_size, in sctp_auditing()
747 lnet->flight_size = tot_out; in sctp_auditing()
H A Dsctp_input.c243 struct sctp_nets *lnet; in sctp_process_init() local
258 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) { in sctp_process_init()
259 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
261 sctp_log_cwnd(stcb, lnet, 0, SCTP_CWND_INITIALIZATION); in sctp_process_init()
H A Dsctp_pcb.c4321 struct sctp_nets *lnet; in sctp_remove_net() local
4323 lnet = TAILQ_FIRST(&asoc->nets); in sctp_remove_net()
4349 asoc->primary_destination = sctp_find_alternate_net(stcb, lnet, 0); in sctp_remove_net()
H A Dsctp_output.c5745 struct sctp_nets *lnet; in sctp_send_initiate_ack() local
5754 TAILQ_FOREACH(lnet, &asoc->nets, sctp_next) { in sctp_send_initiate_ack()
5755 if (lnet->ro._l_addr.sin6.sin6_family == AF_INET6) { in sctp_send_initiate_ack()
5756 if (IN6_IS_ADDR_LINKLOCAL(&lnet->ro._l_addr.sin6.sin6_addr)) { in sctp_send_initiate_ack()
/freebsd/contrib/tcp_wrappers/
H A DMakefile327 LIBS=-lnet RANLIB=echo ARFLAGS=rv \
/freebsd/contrib/telnet/telnet/
H A Dcommands.c2117 setpolicy(int lnet, struct addrinfo *res, char *policy) in setpolicy() argument
2133 if (setsockopt(lnet, level, optname, buf, ipsec_get_policylen(buf)) < 0){ in setpolicy()
/freebsd/contrib/tcsh/
H A DPorted680 LIBES : -lcurses -lnet
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41343 # -lsocket, even if the network functions are in -lnet which