Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet6/
H A Dipsec.c4682 u_int32_t history_count; member
4718 itag->history_count = 0; in ipsec_addaux()
4757 if (itag && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux()
4808 if (itag->history_count == IPSEC_HISTORY_MAX) { in ipsec_addhist()
4811 p = &itag->history[itag->history_count]; in ipsec_addhist()
4812 itag->history_count++; in ipsec_addhist()
4832 if (itag->history_count == 0) { in ipsec_gethist()
4836 *lenp = (int)(itag->history_count * sizeof(struct ipsec_history)); in ipsec_gethist()
4849 itag->history_count = 0; in ipsec_clearhist()