Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.c4679 u_int32_t history_count; member
4715 itag->history_count = 0; in ipsec_addaux()
4754 if (itag && itag->socket == NULL && itag->history_count == 0) { in ipsec_optaux()
4805 if (itag->history_count == IPSEC_HISTORY_MAX) { in ipsec_addhist()
4808 p = &itag->history[itag->history_count]; in ipsec_addhist()
4809 itag->history_count++; in ipsec_addhist()
4829 if (itag->history_count == 0) { in ipsec_gethist()
4833 *lenp = (int)(itag->history_count * sizeof(struct ipsec_history)); in ipsec_gethist()
4846 itag->history_count = 0; in ipsec_clearhist()