Searched refs:lnet (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_timer.c | 823 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 D | sctp_cc_functions.c | 1024 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 D | sctputil.c | 632 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 D | sctp_input.c | 243 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 D | sctp_pcb.c | 4321 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 D | sctp_output.c | 5745 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 D | Makefile | 327 LIBS=-lnet RANLIB=echo ARFLAGS=rv \
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 2117 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 D | Ported | 680 LIBES : -lcurses -lnet
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 1343 # -lsocket, even if the network functions are in -lnet which
|