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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_message.h129 #define OSPF6_MESSAGE_IOVEC_SIZE 1024 macro
133 for (x = 0; x < OSPF6_MESSAGE_IOVEC_SIZE; x++) \
143 for (x = 0; x < OSPF6_MESSAGE_IOVEC_SIZE; x++) \
146 if (x < OSPF6_MESSAGE_IOVEC_SIZE - 1) \
156 for (x = 0; x < OSPF6_MESSAGE_IOVEC_SIZE; x++) \
159 for (y = x; y < OSPF6_MESSAGE_IOVEC_SIZE; y++) \
H A Dospf6_message.c915 struct iovec response[OSPF6_MESSAGE_IOVEC_SIZE];
1280 struct iovec message[OSPF6_MESSAGE_IOVEC_SIZE];
1342 for (i = 0; i < OSPF6_MESSAGE_IOVEC_SIZE; i++)
1360 struct iovec message[OSPF6_MESSAGE_IOVEC_SIZE];
1445 struct iovec message[OSPF6_MESSAGE_IOVEC_SIZE];
1532 struct iovec message[OSPF6_MESSAGE_IOVEC_SIZE];
1598 struct iovec message[OSPF6_MESSAGE_IOVEC_SIZE];
1714 struct iovec message[OSPF6_MESSAGE_IOVEC_SIZE];
1715 struct ospf6_lsreq lsreq[OSPF6_MESSAGE_IOVEC_SIZE];
1750 if (i >= OSPF6_MESSAGE_IOVEC_SIZE)
[all...]

Completed in 101 milliseconds