Home
last modified time | relevance | path

Searched refs:m_lfts (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
276 m_lfts = (void *)mhp[SADB_EXT_LIFETIME_SOFT];
419 (u_long)(m_lfts == NULL ?
420 0 : m_lfts->sadb_lifetime_addtime));
428 (u_long)(m_lfts == NULL ?
429 0 : m_lfts->sadb_lifetime_usetime));
433 str_lifetime_byte(m_lfts, "soft");
442 (u_long)(m_lfts == NULL ?
443 0 : m_lfts->sadb_lifetime_allocations));