Searched refs:ospf6_header (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.c92 struct ospf6_header *ospf6_header; local
99 ospf6_header = (struct ospf6_header *) message[0].iov_base;
100 length_left = ntohs (ospf6_header->len) - sizeof (struct ospf6_header);
101 length_left = (length_left < iov_totallen (message) - sizeof (struct ospf6_header) ?
102 length_left : iov_totallen (message) - sizeof (struct ospf6_header));
132 struct ospf6_header *ospf6_header; local
177 struct ospf6_header *ospf6_header; local
210 struct ospf6_header *ospf6_header; local
249 struct ospf6_header *ospf6_header; local
332 struct ospf6_header *ospf6_header; local
509 struct ospf6_header *ospf6_header; local
678 struct ospf6_header *ospf6_header; local
852 struct ospf6_header *ospf6_header; local
910 struct ospf6_header *ospf6_header; local
1014 struct ospf6_header *ospf6_header; local
1092 struct ospf6_header *ospf6_header; local
1202 struct ospf6_header *ospf6_header = NULL; local
1280 struct ospf6_header ospf6_header; local
1356 struct ospf6_header ospf6_header; local
[all...]
H A Dospf6_message.h39 struct ospf6_header struct
127 (mtu)-sizeof(struct ospf6_header))

Completed in 35 milliseconds