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

/freebsd-13-stable/lib/libipsec/
H A Dpfkey_dump.c202 struct sadb_lifetime *m_lftc, *m_lfth, *m_lfts; local
226 m_lfts = (struct sadb_lifetime *)mhp[SADB_EXT_LIFETIME_SOFT];
348 (u_long)(m_lfts == NULL ?
349 0 : m_lfts->sadb_lifetime_addtime));
357 (u_long)(m_lfts == NULL ?
358 0 : m_lfts->sadb_lifetime_usetime));
362 str_lifetime_byte(m_lfts, "soft");
371 (u_long)(m_lfts == NULL ?
372 0 : m_lfts->sadb_lifetime_allocations));

Completed in 75 milliseconds