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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dpfkey_dump.c195 struct sadb_lifetime *m_lftc, *m_lfth, *m_lfts; local
214 m_lfth = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_HARD];
307 (u_long)(m_lfth == NULL ?
308 0 : m_lfth->sadb_lifetime_addtime));
316 (u_long)(m_lfth == NULL ?
317 0 : m_lfth->sadb_lifetime_usetime));
323 str_lifetime_byte(m_lfth, "hard");
330 (u_long)(m_lfth == NULL ?
331 0 : m_lfth->sadb_lifetime_allocations));
354 struct sadb_lifetime *m_lftc = NULL, *m_lfth local
[all...]

Completed in 97 milliseconds