Home
last modified time | relevance | path

Searched refs:OSPF6_MESSAGE_END (Results 1 – 6 of 6) sorted by relevance

/dports/net/quagga/quagga-1.2.4/ospf6d/
H A Dospf6_message.c138 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_hello_print()
170 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_dbdesc_print()
193 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_lsreq_print()
213 p < OSPF6_MESSAGE_END (oh) && in ospf6_lsupdate_print()
220 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_lsupdate_print()
236 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_lsack_print()
303 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_hello_recv()
536 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_dbdesc_recv_master()
743 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_dbdesc_recv_slave()
880 assert (p == OSPF6_MESSAGE_END (oh)); in ospf6_lsreq_recv()
[all …]
H A Dospf6_message.h61 #define OSPF6_MESSAGE_END(H) ((caddr_t) (H) + ntohs ((H)->length)) macro
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_message.c130 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_hello_print()
160 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_dbdesc_print()
182 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsreq_print()
201 p < OSPF6_MESSAGE_END(oh) in ospf6_lsupdate_print()
207 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsupdate_print()
222 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsack_print()
290 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_hello_recv()
521 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_dbdesc_recv_master()
731 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_dbdesc_recv_slave()
864 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsreq_recv()
[all …]
H A Dospf6_message.h59 #define OSPF6_MESSAGE_END(H) ((caddr_t) (H) + ntohs ((H)->length)) macro
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_message.c130 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_hello_print()
160 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_dbdesc_print()
182 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsreq_print()
201 p < OSPF6_MESSAGE_END(oh) in ospf6_lsupdate_print()
207 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsupdate_print()
222 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsack_print()
290 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_hello_recv()
521 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_dbdesc_recv_master()
731 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_dbdesc_recv_slave()
864 assert(p == OSPF6_MESSAGE_END(oh)); in ospf6_lsreq_recv()
[all …]
H A Dospf6_message.h59 #define OSPF6_MESSAGE_END(H) ((caddr_t) (H) + ntohs ((H)->length)) macro