Searched defs:ivl (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/ip/
H A Diplink.c360 struct ifla_vf_link_state ivl; local
364 ivl.link_state = IFLA_VF_LINK_STATE_AUTO;
366 ivl.link_state = IFLA_VF_LINK_STATE_ENABLE;
368 ivl.link_state = IFLA_VF_LINK_STATE_DISABLE;
371 ivl.vf = vf;
372 addattr_l(&req->n, sizeof(*req), IFLA_VF_LINK_STATE, &ivl, sizeof(ivl));
/external/tcpdump/
H A Dprint-pgm.c290 uint32_t ivl, rnd, mask; local
318 ivl = EXTRACT_32BITS(bp);
329 ND_PRINT((ndo, "POLR seq %u round %u nla %s ivl %u rnd 0x%08x "
331 EXTRACT_16BITS(&polr->pgmp_round), nla_buf, ivl, rnd, mask));
584 ND_PRINT((ndo, " BACKOFF ivl %u ivlseq %u", offset, seq));

Completed in 103 milliseconds