HomeSort by: relevance | last modified time | path
    Searched defs:hnet (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 8154 struct sctp_nets *net, *hnet; local in function:sctp_select_hb_destination
8159 hnet = NULL;
8209 hnet = net;
8218 if (hnet &&
8219 ((hnet->dest_state & (SCTP_ADDR_UNCONFIRMED|SCTP_ADDR_NOT_REACHABLE)) == SCTP_ADDR_UNCONFIRMED)) {
8225 if (highest_ms && (((unsigned int)highest_ms >= hnet->RTO) || state_override)) {
8233 hnet);
8234 if (hnet)
8235 sctp_print_address((struct sockaddr *)&hnet->ro.ro_sa);
8241 hnet->last_sent_time = *now
    [all...]
sctp_output.c 8154 struct sctp_nets *net, *hnet; local in function:sctp_select_hb_destination
8159 hnet = NULL;
8209 hnet = net;
8218 if (hnet &&
8219 ((hnet->dest_state & (SCTP_ADDR_UNCONFIRMED|SCTP_ADDR_NOT_REACHABLE)) == SCTP_ADDR_UNCONFIRMED)) {
8225 if (highest_ms && (((unsigned int)highest_ms >= hnet->RTO) || state_override)) {
8233 hnet);
8234 if (hnet)
8235 sctp_print_address((struct sockaddr *)&hnet->ro.ro_sa);
8241 hnet->last_sent_time = *now
    [all...]
sctp_output.c 8154 struct sctp_nets *net, *hnet; local in function:sctp_select_hb_destination
8159 hnet = NULL;
8209 hnet = net;
8218 if (hnet &&
8219 ((hnet->dest_state & (SCTP_ADDR_UNCONFIRMED|SCTP_ADDR_NOT_REACHABLE)) == SCTP_ADDR_UNCONFIRMED)) {
8225 if (highest_ms && (((unsigned int)highest_ms >= hnet->RTO) || state_override)) {
8233 hnet);
8234 if (hnet)
8235 sctp_print_address((struct sockaddr *)&hnet->ro.ro_sa);
8241 hnet->last_sent_time = *now
    [all...]
sctp_output.c 8154 struct sctp_nets *net, *hnet; local in function:sctp_select_hb_destination
8159 hnet = NULL;
8209 hnet = net;
8218 if (hnet &&
8219 ((hnet->dest_state & (SCTP_ADDR_UNCONFIRMED|SCTP_ADDR_NOT_REACHABLE)) == SCTP_ADDR_UNCONFIRMED)) {
8225 if (highest_ms && (((unsigned int)highest_ms >= hnet->RTO) || state_override)) {
8233 hnet);
8234 if (hnet)
8235 sctp_print_address((struct sockaddr *)&hnet->ro.ro_sa);
8241 hnet->last_sent_time = *now
    [all...]

Completed in 66 milliseconds