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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_message.c180 struct ospf6_lsreq *lsreq; local
191 for (lsreq = (struct ospf6_lsreq *) message[i].iov_base;
192 (char *)(lsreq + 1) <= (char *) (message[i].iov_base + message[i].iov_len) &&
193 (char *)(lsreq + 1) <= (char *) (message[i].iov_base + length_left);
194 lsreq++)
196 inet_ntop (AF_INET, &lsreq->adv_router, buf_router, sizeof (buf_router));
197 inet_ntop (AF_INET, &lsreq->id, buf_id, sizeof (buf_id));
199 ospf6_lsa_type_string (lsreq->type, buf_type,
914 struct ospf6_lsreq *lsreq;
962 for (lsreq
913 struct ospf6_lsreq *lsreq; local
1713 struct ospf6_lsreq lsreq[OSPF6_MESSAGE_IOVEC_SIZE]; local
[all...]

Completed in 63 milliseconds