Searched refs:ospf6_lsupdate (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.c213 struct ospf6_lsupdate *lsupdate;
222 lsupdate = (struct ospf6_lsupdate *) message[1].iov_base;
918 struct ospf6_lsupdate lsupdate;
957 memset (&lsupdate, 0, sizeof (struct ospf6_lsupdate));
958 OSPF6_MESSAGE_ATTACH (response, &lsupdate, sizeof (struct ospf6_lsupdate));
985 if (sizeof (struct ospf6_header) + sizeof (struct ospf6_lsupdate)
1017 struct ospf6_lsupdate *lsupdate;
1055 lsupdate = (struct ospf6_lsupdate *) message[1].iov_base;
1789 struct ospf6_lsupdate lsupdate;
1806 OSPF6_MESSAGE_ATTACH (message, &lsupdate, sizeof (struct ospf6_lsupdate));
[all...]
H A Dospf6_message.h112 struct ospf6_lsupdate struct

Completed in 157 milliseconds