Home
last modified time | relevance | path

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

/external/ipsec-tools/src/libipsec/
Dpfkey_dump.c240 struct sadb_lifetime *m_lftc, *m_lfth, *m_lfts; local
274 m_lftc = (void *)mhp[SADB_EXT_LIFETIME_CURRENT];
405 if (m_lftc != NULL) {
409 str_time((long)m_lftc->sadb_lifetime_addtime));
412 (u_long)(m_lftc->sadb_lifetime_addtime == 0 ?
413 0 : (tmp_time - m_lftc->sadb_lifetime_addtime)));
423 str_time((long)m_lftc->sadb_lifetime_usetime));
431 str_lifetime_byte(m_lftc, "current");
437 (unsigned long)m_lftc->sadb_lifetime_allocations);
495 struct sadb_lifetime *m_lftc = NULL, *m_lfth = NULL; local
[all …]