Lines Matching defs:nump
690 uint16_t subtype, apsubtype, nump, apnump, afi;
729 hlen = sizeof(snum) + sizeof(nump) + ibuf_size(pbuf);
731 if (mrt_dump_entry_v2_rib(re, &nbuf, &apbuf, &nump, &apnump))
734 if (nump > 0) {
744 if (ibuf_add_n16(hbuf, nump) == -1)
785 int nump;
793 if (a->nump == -1)
795 peer->mrt_idx = a->nump;
797 a->nump = -1;
800 a->nump++;
808 uint16_t nlen, nump;
827 if (ibuf_add_zero(buf, sizeof(nump)) == -1)
829 arg.nump = 0;
832 if (arg.nump == -1)
835 if (ibuf_set_n16(buf, off, arg.nump) == -1)