Searched refs:m_lfts (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
215 m_lfts = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_SOFT];
310 (u_long)(m_lfts == NULL ?
311 0 : m_lfts->sadb_lifetime_addtime));
319 (u_long)(m_lfts == NULL ?
320 0 : m_lfts->sadb_lifetime_usetime));
324 str_lifetime_byte(m_lfts, "soft");
333 (u_long)(m_lfts == NULL ?
334 0 : m_lfts->sadb_lifetime_allocations));

Completed in 96 milliseconds