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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_dbex.h40 ospf6_dbex_check_dbdesc_lsa_header (struct ospf6_lsa_header *lsa_header,
48 ospf6_dbex_receive_lsa (struct ospf6_lsa_header *,
H A Dospf6_lsa.h177 struct ospf6_lsa_header struct
198 #define OSPF6_LSA_NEXT(x) ((struct ospf6_lsa_header *) \
202 ((void *)((char *)(header) + sizeof (struct ospf6_lsa_header)))
363 struct ospf6_lsa_header *);
371 ospf6_lsa_create (struct ospf6_lsa_header *);
388 ospf6_lsa_lsd_num (struct ospf6_lsa_header *lsa_header);
390 ospf6_lsa_lsd_get (int index, struct ospf6_lsa_header *lsa_header);
392 ospf6_lsa_lsd_is_refer_ok (int index1, struct ospf6_lsa_header *lsa_header1,
393 int index2, struct ospf6_lsa_header *lsa_header2);
398 u_short ospf6_lsa_checksum (struct ospf6_lsa_header *);
[all...]
H A Dospf6_lsa.c108 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_header
[all...]
H A Dospf6_message.c68 ospf6_message_log_lsa_header (struct ospf6_lsa_header *lsa_header)
137 struct ospf6_lsa_header *lsa_header;
155 for (lsa_header = (struct ospf6_lsa_header *) (dbdesc + 1);
164 for (lsa_header = (struct ospf6_lsa_header *) message[i].iov_base;
214 struct ospf6_lsa_header *lsa_header;
227 for (lsa_header = (struct ospf6_lsa_header *) (lsupdate + 1);
237 for (lsa_header = (struct ospf6_lsa_header *) message[i].iov_base;
251 struct ospf6_lsa_header *lsa_header;
262 for (lsa_header = (struct ospf6_lsa_header *) message[i].iov_base;
513 struct ospf6_lsa_header *lsa_heade
[all...]
H A Dospf6_dbex.c27 ospf6_dbex_check_dbdesc_lsa_header (struct ospf6_lsa_header *lsa_header,
90 sizeof (struct ospf6_lsa_header));
220 ospf6_dbex_receive_lsa (struct ospf6_lsa_header *lsa_header,
677 struct ospf6_lsa_header *lsa_header;
679 lsa_header = (struct ospf6_lsa_header *) lsa->lsa_hdr;
H A Dospf6_spf.c249 return ospf6_lsa_lsd_num ((struct ospf6_lsa_header *) lsa->header);
435 lsd = ospf6_lsa_lsd_get (index, (struct ospf6_lsa_header *) V->lsa->header);
503 lsdnum = ospf6_lsa_lsd_num ((struct ospf6_lsa_header *) lsa->header);
506 if (ospf6_lsa_lsd_is_refer_ok (i, (struct ospf6_lsa_header *) lsa->header,
507 index, (struct ospf6_lsa_header *) V->lsa->header))
H A Dospf6_intra.c349 start = (char *) lsa->header + sizeof (struct ospf6_lsa_header)

Completed in 111 milliseconds