Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dipsec.c4701 u_int32_t history_count; member
4729 itag->history_count = 0; in ipsec_addaux()
4768 if (itag && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux()
4819 if (itag->history_count == IPSEC_HISTORY_MAX) { in ipsec_addhist()
4822 p = &itag->history[itag->history_count]; in ipsec_addhist()
4823 itag->history_count++; in ipsec_addhist()
4843 if (itag->history_count == 0) { in ipsec_gethist()
4847 *lenp = (int)(itag->history_count * sizeof(struct ipsec_history)); in ipsec_gethist()
4860 itag->history_count = 0; in ipsec_clearhist()