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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/images/hw/
H A DMakefile.am33 enus_3-4lft-hires_product_eva8000_325x127.jpg \
H A DMakefile.in237 enus_3-4lft-hires_product_eva8000_325x127.jpg \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dxfrm.h188 struct xfrm_lifetime_cfg lft; member in struct:xfrm_usersa_info
217 struct xfrm_lifetime_cfg lft; member in struct:xfrm_userpolicy_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipxfrm.c698 xfrm_lifetime_print(&xsinfo->lft, &xsinfo->curlft, fp, buf);
758 xfrm_lifetime_print(&xpinfo->lft, &xpinfo->curlft, fp, buf);
1107 int xfrm_lifetime_cfg_parse(struct xfrm_lifetime_cfg *lft, argument
1116 ret = get_u64(&lft->soft_add_expires_seconds, *argv, 0);
1121 ret = get_u64(&lft->hard_add_expires_seconds, *argv, 0);
1126 ret = get_u64(&lft->soft_use_expires_seconds, *argv, 0);
1131 ret = get_u64(&lft->hard_use_expires_seconds, *argv, 0);
1136 ret = get_u64(&lft->soft_byte_limit, *argv, 0);
1141 ret = get_u64(&lft->hard_byte_limit, *argv, 0);
1146 ret = get_u64(&lft
[all...]
H A Dxfrm_state.c242 req.xsinfo.lft.soft_byte_limit = XFRM_INF;
243 req.xsinfo.lft.hard_byte_limit = XFRM_INF;
244 req.xsinfo.lft.soft_packet_limit = XFRM_INF;
245 req.xsinfo.lft.hard_packet_limit = XFRM_INF;
269 xfrm_lifetime_cfg_parse(&req.xsinfo.lft, &argc, &argv);
421 req.xsinfo.lft.soft_byte_limit = XFRM_INF;
422 req.xsinfo.lft.hard_byte_limit = XFRM_INF;
423 req.xsinfo.lft.soft_packet_limit = XFRM_INF;
424 req.xsinfo.lft.hard_packet_limit = XFRM_INF;
H A Dxfrm_policy.c188 req.xpinfo.lft.soft_byte_limit = XFRM_INF;
189 req.xpinfo.lft.hard_byte_limit = XFRM_INF;
190 req.xpinfo.lft.soft_packet_limit = XFRM_INF;
191 req.xpinfo.lft.hard_packet_limit = XFRM_INF;
231 xfrm_lifetime_cfg_parse(&req.xpinfo.lft, &argc, &argv);
H A Dxfrm.h131 int xfrm_lifetime_cfg_parse(struct xfrm_lifetime_cfg *lft,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/key/
H A Daf_key.c835 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.hard_packet_limit);
836 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.hard_byte_limit);
837 lifetime->sadb_lifetime_addtime = x->lft.hard_add_expires_seconds;
838 lifetime->sadb_lifetime_usetime = x->lft.hard_use_expires_seconds;
847 lifetime->sadb_lifetime_allocations = _X2KEY(x->lft.soft_packet_limit);
848 lifetime->sadb_lifetime_bytes = _X2KEY(x->lft.soft_byte_limit);
849 lifetime->sadb_lifetime_addtime = x->lft.soft_add_expires_seconds;
850 lifetime->sadb_lifetime_usetime = x->lft.soft_use_expires_seconds;
1097 x->lft.hard_packet_limit = _KEY2X(lifetime->sadb_lifetime_allocations);
1098 x->lft
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_state.c419 if (x->lft.hard_add_expires_seconds) {
420 long tmo = x->lft.hard_add_expires_seconds +
427 if (x->lft.hard_use_expires_seconds) {
428 long tmo = x->lft.hard_use_expires_seconds +
437 if (x->lft.soft_add_expires_seconds) {
438 long tmo = x->lft.soft_add_expires_seconds +
445 if (x->lft.soft_use_expires_seconds) {
446 long tmo = x->lft.soft_use_expires_seconds +
505 x->lft.soft_byte_limit = XFRM_INF;
506 x->lft
[all...]
H A Dxfrm_user.c355 memcpy(&x->lft, &p->lft, sizeof(x->lft));
603 memcpy(&p->lft, &x->lft, sizeof(p->lft));
1193 memcpy(&xp->lft, &p->lft, sizeof(xp->lft));
1202 memcpy(&p->lft,
[all...]
H A Dxfrm_policy.c164 if (xp->lft.hard_add_expires_seconds) {
165 long tmo = xp->lft.hard_add_expires_seconds +
172 if (xp->lft.hard_use_expires_seconds) {
173 long tmo = xp->lft.hard_use_expires_seconds +
180 if (xp->lft.soft_add_expires_seconds) {
181 long tmo = xp->lft.soft_add_expires_seconds +
190 if (xp->lft.soft_use_expires_seconds) {
191 long tmo = xp->lft.soft_use_expires_seconds +
1109 newp->lft = old->lft;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/libipsec/
H A Dkey_debug.c299 struct sadb_lifetime *lft = (struct sadb_lifetime *)ext; local
306 lft->sadb_lifetime_allocations,
307 (u_int32_t)lft->sadb_lifetime_bytes);
309 (u_int32_t)lft->sadb_lifetime_addtime,
310 (u_int32_t)lft->sadb_lifetime_usetime);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dxfrm.h337 struct xfrm_lifetime_cfg lft; member in struct:xfrm_usersa_info
376 struct xfrm_lifetime_cfg lft; member in struct:xfrm_userpolicy_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c632 FILETIME lft; local
675 SystemTimeToFileTime(&w32tm, &lft);
676 LocalFileTimeToFileTime(&lft, pft);
803 FILETIME lft; local
811 if (!FileTimeToLocalFileTime(pft, &lft)) {
816 FTTrace((stdout, "VFatFT2utime, feed for mktime()", 1, &lft));
823 if (!FileTimeToDosDateTime(&lft, &wDOSDate, &wDOSTime)) {
826 if (CompareFileTime(&lft, &dosmin_ft) <= 0) {
848 FileTimeToSystemTime(&lft, &w32tm);
980 FILETIME lft; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dwin32.c473 FILETIME lft; local
477 FileTimeToLocalFileTime(pft, &lft);
478 FileTimeToSystemTime(&lft, &w32tm);
541 FILETIME Modft, Accft, Creft, lft;
568 FileTimeToLocalFileTime(&ft, &lft);
569 FileTimeToDosDateTime(&lft, &dh, &dl);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Drdisc.c91 static void advertise(struct sockaddr_in *, int lft);
574 advertise(struct sockaddr_in *sin, int lft) argument
592 rap->icmp_lifetime = htons(lft);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dxfrm.h165 struct xfrm_lifetime_cfg lft; member in struct:xfrm_state
491 struct xfrm_lifetime_cfg lft; member in struct:xfrm_policy

Completed in 124 milliseconds