Searched refs:OSPF_MSG_LS_UPD (Results 1 – 10 of 10) sorted by relevance
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/ |
H A D | ospf_packet.h | 39 #define OSPF_MSG_LS_UPD 4 /* OSPF Link State Update Message. */ macro
|
H A D | ospf_packet.c | 83 {OSPF_MSG_LS_UPD, "Link State Update"}, 841 case OSPF_MSG_LS_UPD: in ospf_write() 2866 case OSPF_MSG_LS_UPD: in ospf_packet_examin() 3180 case OSPF_MSG_LS_UPD: in ospf_read_helper() 4056 ospf_make_header(OSPF_MSG_LS_UPD, oi, op->s); in ospf_ls_upd_queue_send()
|
H A D | ospf_dump.c | 570 case OSPF_MSG_LS_UPD: in ospf_packet_dump()
|
/dports/net/frr7/frr-frr-7.5.1/ospfd/ |
H A D | ospf_packet.h | 39 #define OSPF_MSG_LS_UPD 4 /* OSPF Link State Update Message. */ macro
|
H A D | ospf_packet.c | 83 {OSPF_MSG_LS_UPD, "Link State Update"}, 841 case OSPF_MSG_LS_UPD: in ospf_write() 2866 case OSPF_MSG_LS_UPD: in ospf_packet_examin() 3180 case OSPF_MSG_LS_UPD: in ospf_read_helper() 4056 ospf_make_header(OSPF_MSG_LS_UPD, oi, op->s); in ospf_ls_upd_queue_send()
|
H A D | ospf_dump.c | 570 case OSPF_MSG_LS_UPD: in ospf_packet_dump()
|
/dports/net/quagga/quagga-1.2.4/ospfd/ |
H A D | ospf_packet.h | 40 #define OSPF_MSG_LS_UPD 4 /* OSPF Link State Update Message. */ macro
|
H A D | ospf_packet.c | 58 { OSPF_MSG_LS_UPD, "Link State Update" }, 2647 case OSPF_MSG_LS_UPD: in ospf_packet_examin() 2914 case OSPF_MSG_LS_UPD: in ospf_read() 3685 ospf_make_header (OSPF_MSG_LS_UPD, oi, op->s); in ospf_ls_upd_queue_send()
|
H A D | ospf_dump.c | 743 case OSPF_MSG_LS_UPD: in ospf_packet_dump()
|
/dports/net/ryu/ryu-4.26/ryu/lib/packet/ |
H A D | ospf.py | 42 OSPF_MSG_LS_UPD = 4 variable 885 @OSPFMessage.register_type(OSPF_MSG_LS_UPD) 895 super(OSPFLSUpd, self).__init__(OSPF_MSG_LS_UPD, length, router_id,
|