• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/

Lines Matching refs:ospf6_lsa_header

108   cmplen = ntohs (lsa1->header->length) - sizeof (struct ospf6_lsa_header);
116 struct ospf6_lsa_header *lsh)
268 ospf6_lsa_lsd_num (struct ospf6_lsa_header *lsa_header)
274 len -= sizeof (struct ospf6_lsa_header);
290 ospf6_lsa_lsd_get (int index, struct ospf6_lsa_header *lsa_header)
323 struct ospf6_lsa_header *lsa_header1,
325 struct ospf6_lsa_header *lsa_header2)
341 struct ospf6_lsa_header *lsa_header1,
343 struct ospf6_lsa_header *lsa_header2)
361 ospf6_lsa_lsd_is_refer_ok (int index1, struct ospf6_lsa_header *lsa_header1,
362 int index2, struct ospf6_lsa_header *lsa_header2)
516 struct ospf6_lsa_header *lsa_header, int bodysize)
526 lsa_header->length = htons (sizeof (struct ospf6_lsa_header) + bodysize);
534 ospf6_lsa_create (struct ospf6_lsa_header *source)
537 struct ospf6_lsa_header *lsa_header = NULL;
545 lsa_header = (struct ospf6_lsa_header *)
592 struct ospf6_lsa_header *lsa_header = NULL;
597 lsa_size = sizeof (struct ospf6_lsa_header);
600 lsa_header = (struct ospf6_lsa_header *)
732 struct ospf6_lsa_header *lsa_header;
735 assert (data_len <= sizeof (buffer) - sizeof (struct ospf6_lsa_header));
737 lsa_header = (struct ospf6_lsa_header *) buffer;
740 memcpy (buffer + sizeof (struct ospf6_lsa_header), data, data_len);
750 lsa_header->length = htons (sizeof (struct ospf6_lsa_header) + data_len);
756 lsa = ospf6_lsa_create ((struct ospf6_lsa_header *) buffer);
861 ospf6_lsa_checksum (struct ospf6_lsa_header *lsa_header)
900 ospf6_lsa_is_known_type (struct ospf6_lsa_header *lsa_header)
1097 ((char *) lsa->header + sizeof (struct ospf6_lsa_header));