Home
last modified time | relevance | path

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 Dospf_packet.h39 #define OSPF_MSG_LS_UPD 4 /* OSPF Link State Update Message. */ macro
H A Dospf_packet.c83 {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 Dospf_dump.c570 case OSPF_MSG_LS_UPD: in ospf_packet_dump()
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_packet.h39 #define OSPF_MSG_LS_UPD 4 /* OSPF Link State Update Message. */ macro
H A Dospf_packet.c83 {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 Dospf_dump.c570 case OSPF_MSG_LS_UPD: in ospf_packet_dump()
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_packet.h40 #define OSPF_MSG_LS_UPD 4 /* OSPF Link State Update Message. */ macro
H A Dospf_packet.c58 { 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 Dospf_dump.c743 case OSPF_MSG_LS_UPD: in ospf_packet_dump()
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dospf.py42 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,