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

  /src/sys/netinet/
sctp_pcb.c 2330 struct sctp_nets *net, *netfirst; local in function:sctp_add_remote_addr
2340 netfirst = sctp_findnet(stcb, newaddr);
2341 if (netfirst) {
2351 if (netfirst->dest_state & SCTP_ADDR_UNCONFIRMED) {
2352 netfirst->dest_state = (SCTP_ADDR_REACHABLE|
2355 netfirst->dest_state = SCTP_ADDR_REACHABLE;
2539 netfirst = TAILQ_FIRST(&stcb->asoc.nets);
2543 } else if (netfirst == NULL) {
2546 } else if ((netfirst_rt = rtcache_validate(&netfirst->ro)) == NULL) {
2553 rtcache_unref(netfirst_rt, &netfirst->ro)
    [all...]
sctp_pcb.c 2330 struct sctp_nets *net, *netfirst; local in function:sctp_add_remote_addr
2340 netfirst = sctp_findnet(stcb, newaddr);
2341 if (netfirst) {
2351 if (netfirst->dest_state & SCTP_ADDR_UNCONFIRMED) {
2352 netfirst->dest_state = (SCTP_ADDR_REACHABLE|
2355 netfirst->dest_state = SCTP_ADDR_REACHABLE;
2539 netfirst = TAILQ_FIRST(&stcb->asoc.nets);
2543 } else if (netfirst == NULL) {
2546 } else if ((netfirst_rt = rtcache_validate(&netfirst->ro)) == NULL) {
2553 rtcache_unref(netfirst_rt, &netfirst->ro)
    [all...]

Completed in 23 milliseconds