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

  /src/sys/netinet/
sctp_asconf.c 1336 uint32_t last_error_id = 0; /* last error correlation id */ local in function:sctp_handle_asconf_ack
1438 last_error_id = id;
1482 if (last_error_id == 0)
1483 last_error_id--; /* set to "max" value */
1490 * if correlation_id < last_error_id, then success
1493 if (aa->ap.aph.correlation_id < last_error_id)

Completed in 14 milliseconds