Home
last modified time | relevance | path

Searched refs:sysid_fragment_table (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Disis.c139 memset(&sysid_fragment_table, 0, sizeof(sysid_fragment_table)); in skinny_isis_daemon()
221 memset(&sysid_fragment_table, 0, sizeof(sysid_fragment_table)); in skinny_isis_daemon()
845 if (!memcmp(sysid, sysid_fragment_table[idx].sysid, ISIS_SYS_ID_LEN)) { in igp_daemon_map_handle_lsp_id()
847 if (sysid_fragment_table[idx].frag_num == 255) { in igp_daemon_map_handle_lsp_id()
854 memcpy(lsp_id, sysid_fragment_table[idx].sysid, 4); in igp_daemon_map_handle_lsp_id()
856 sysid_fragment_table[idx].frag_num++; in igp_daemon_map_handle_lsp_id()
865 memcpy(sysid_fragment_table[idx].sysid, sysid, ISIS_SYS_ID_LEN); in igp_daemon_map_handle_lsp_id()
866 sysid_fragment_table[idx].frag_num = 0; in igp_daemon_map_handle_lsp_id()
867 sysid_fragment_table[idx].valid = TRUE; in igp_daemon_map_handle_lsp_id()
869 memcpy(lsp_id, sysid_fragment_table[idx].sysid, 4); in igp_daemon_map_handle_lsp_id()
[all …]
H A Disis-globals.c11 struct sysid_fragment sysid_fragment_table[MAX_IGP_MAP_NODES]; variable
H A Disis.h103 extern struct sysid_fragment sysid_fragment_table[MAX_IGP_MAP_NODES];