Home
last modified time | relevance | path

Searched refs:OSPF_MAX_LSA_SIZE (Results 1 – 23 of 23) sorted by relevance

/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_api.h271 #define OSPF_API_MAX_MSG_SIZE (sizeof(struct apimsg) + OSPF_MAX_LSA_SIZE)
H A Dospf_lsa.c432 size_t ret = OSPF_MAX_LSA_SIZE; in link_info_set()
435 if (STREAM_SIZE(*s) == OSPF_MAX_LSA_SIZE) { in link_info_set()
448 s, OSPF_MAX_PACKET_SIZE - OSPF_MAX_LSA_SIZE); in link_info_set()
451 if (ret == OSPF_MAX_LSA_SIZE) { in link_info_set()
783 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_router_lsa_new()
995 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_network_lsa_new()
1174 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_summary_lsa_new()
1315 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_summary_asbr_lsa_new()
1613 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_external_lsa_new()
H A Dospf_lsa.h54 #define OSPF_MAX_LSA_SIZE 1500U macro
H A Dospf_ext.c1079 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_ext_pref_lsa_new()
1150 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_ext_link_lsa_new()
H A Dospf_apiserver.c1394 if ((s = stream_new(OSPF_MAX_LSA_SIZE)) == NULL) { in ospf_apiserver_opaque_lsa_new()
H A Dospf_ri.c783 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_router_info_lsa_new()
H A Dospf_te.c1150 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_mpls_te_lsa_new()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_api.h271 #define OSPF_API_MAX_MSG_SIZE (sizeof(struct apimsg) + OSPF_MAX_LSA_SIZE)
H A Dospf_lsa.c432 size_t ret = OSPF_MAX_LSA_SIZE; in link_info_set()
435 if (STREAM_SIZE(*s) == OSPF_MAX_LSA_SIZE) { in link_info_set()
448 s, OSPF_MAX_PACKET_SIZE - OSPF_MAX_LSA_SIZE); in link_info_set()
451 if (ret == OSPF_MAX_LSA_SIZE) { in link_info_set()
783 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_router_lsa_new()
995 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_network_lsa_new()
1174 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_summary_lsa_new()
1315 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_summary_asbr_lsa_new()
1613 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_external_lsa_new()
H A Dospf_lsa.h54 #define OSPF_MAX_LSA_SIZE 1500U macro
H A Dospf_ext.c1079 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_ext_pref_lsa_new()
1150 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_ext_link_lsa_new()
H A Dospf_ri.c783 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_router_info_lsa_new()
H A Dospf_apiserver.c1394 if ((s = stream_new(OSPF_MAX_LSA_SIZE)) == NULL) { in ospf_apiserver_opaque_lsa_new()
H A Dospf_te.c1150 s = stream_new(OSPF_MAX_LSA_SIZE); in ospf_mpls_te_lsa_new()
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_api.h301 #define OSPF_API_MAX_MSG_SIZE (sizeof(struct apimsg) + OSPF_MAX_LSA_SIZE)
H A Dospf_lsa.c506 size_t ret = OSPF_MAX_LSA_SIZE; in link_info_set()
509 if (STREAM_SIZE(s) == OSPF_MAX_LSA_SIZE) in link_info_set()
520 ret = stream_resize (s, OSPF_MAX_PACKET_SIZE - OSPF_MAX_LSA_SIZE); in link_info_set()
523 if (ret == OSPF_MAX_LSA_SIZE) in link_info_set()
838 s = stream_new (OSPF_MAX_LSA_SIZE); in ospf_router_lsa_new()
1062 s = stream_new (OSPF_MAX_LSA_SIZE); in ospf_network_lsa_new()
1254 s = stream_new (OSPF_MAX_LSA_SIZE); in ospf_summary_lsa_new()
1396 s = stream_new (OSPF_MAX_LSA_SIZE); in ospf_summary_asbr_lsa_new()
1695 s = stream_new (OSPF_MAX_LSA_SIZE); in ospf_external_lsa_new()
H A Dospf_lsa.h49 #define OSPF_MAX_LSA_SIZE 1500U macro
H A Dospf_ri.c614 if ((s = stream_new (OSPF_MAX_LSA_SIZE)) == NULL) in ospf_router_info_lsa_new()
H A Dospf_apiserver.c1472 if ((s = stream_new (OSPF_MAX_LSA_SIZE)) == NULL) in ospf_apiserver_opaque_lsa_new()
H A Dospf_te.c1217 if ((s = stream_new (OSPF_MAX_LSA_SIZE)) == NULL) in ospf_mpls_te_lsa_new()
/dports/net/quagga/quagga-1.2.4/ospfclient/
H A Dospf_apiclient.c438 u_char buf[OSPF_MAX_LSA_SIZE]; in ospf_apiclient_lsa_originate()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfclient/
H A Dospf_apiclient.c434 uint8_t buf[OSPF_MAX_LSA_SIZE]; in ospf_apiclient_lsa_originate()
/dports/net/frr7/frr-frr-7.5.1/ospfclient/
H A Dospf_apiclient.c434 uint8_t buf[OSPF_MAX_LSA_SIZE]; in ospf_apiclient_lsa_originate()