Searched refs:history_count (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c3919 u_int32_t history_count; member in struct:ipsec_tag
3947 itag->history_count = 0;
3986 if (itag && itag->socket == NULL && itag->history_count == 0) {
4036 if (itag->history_count == IPSEC_HISTORY_MAX)
4039 p = &itag->history[itag->history_count];
4040 itag->history_count++;
4059 if (itag->history_count == 0)
4062 *lenp = (int)(itag->history_count * sizeof(struct ipsec_history));
4074 itag->history_count = 0;

Completed in 68 milliseconds