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

  /src/sys/netinet/
sctp_output.c 5233 struct sctp_nets *a_net; local in function:sctp_move_to_an_alt
5234 a_net = sctp_find_alternate_net(stcb, net);
5235 if ((a_net != net) &&
5236 ((a_net->dest_state & SCTP_ADDR_REACHABLE) == SCTP_ADDR_REACHABLE)) {
5247 chk->whoTo = a_net;
5248 a_net->ref_count++;
sctp_output.c 5233 struct sctp_nets *a_net; local in function:sctp_move_to_an_alt
5234 a_net = sctp_find_alternate_net(stcb, net);
5235 if ((a_net != net) &&
5236 ((a_net->dest_state & SCTP_ADDR_REACHABLE) == SCTP_ADDR_REACHABLE)) {
5247 chk->whoTo = a_net;
5248 a_net->ref_count++;

Completed in 32 milliseconds