Home
last modified time | relevance | path

Searched refs:tc_entry (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/olsrd/olsrd-0.9.8/src/
H A Dtc_set.h74 struct tc_entry { struct
105 AVLNODE2STRUCT(vertex_tree2tc, struct tc_entry, vertex_node); argument
106 AVLNODE2STRUCT(cand_tree2tc, struct tc_entry, cand_tree_node);
107 LISTNODE2STRUCT(pathlist2tc, struct tc_entry, path_list_node);
145 extern struct tc_entry *tc_myself;
161 struct tc_entry *olsr_lookup_tc_entry(union olsr_ip_addr *);
162 struct tc_entry *olsr_locate_tc_entry(union olsr_ip_addr *);
163 void olsr_lock_tc_entry(struct tc_entry *);
164 void olsr_unlock_tc_entry(struct tc_entry *);
167 bool olsr_delete_outdated_tc_edges(struct tc_entry *);
[all …]
H A Dtc_set.c137 static struct tc_entry *
143 struct tc_entry *tc; in olsr_add_tc_entry()
215 struct tc_entry *tc; in olsr_delete_all_tc_entries()
321 struct tc_entry *
334 struct tc_entry *
337 struct tc_entry *tc; in olsr_locate_tc_entry()
371 struct tc_entry *tc; in olsr_expire_tc_entry()
392 struct tc_entry *tc; in olsr_expire_tc_edge_gc()
510 struct tc_entry *tc; in olsr_delete_tc_edge_entry()
698 struct tc_entry *tc; in olsr_print_tc_table()
[all …]
H A Dolsr_spf.c111 olsr_spf_add_cand_tree(struct avl_tree *tree, struct tc_entry *tc) in olsr_spf_add_cand_tree()
133 olsr_spf_del_cand_tree(struct avl_tree *tree, struct tc_entry *tc) in olsr_spf_del_cand_tree()
154 olsr_spf_add_path_list(struct list_node *head, int *path_count, struct tc_entry *tc) in olsr_spf_add_path_list()
177 static struct tc_entry *
193 olsr_spf_relax(struct avl_tree *cand_tree, struct tc_entry *tc) in olsr_spf_relax()
212 struct tc_entry *new_tc; in olsr_spf_relax()
294 struct tc_entry *tc; in olsr_spf_run_full()
341 struct tc_entry *tc; in olsr_calculate_routing_table()
H A Drouting_table.h105 struct tc_entry *rtp_tc; /* backpointer to owning tc entry */
223 void olsr_insert_rt_path(struct rt_path *, struct tc_entry *, struct link_entry *);
224 void olsr_update_rt_path(struct rt_path *, struct tc_entry *, struct link_entry *);
H A Drouting_table.c215 olsr_update_rt_path(struct rt_path *rtp, struct tc_entry *tc, struct link_entry *link) in olsr_update_rt_path()
263 olsr_alloc_rt_path(struct tc_entry *tc, struct olsr_ip_prefix *prefix, uint8_t origin) in olsr_alloc_rt_path()
296 olsr_insert_rt_path(struct rt_path *rtp, struct tc_entry *tc, struct link_entry *link) in olsr_insert_rt_path()
542 struct tc_entry *tc; in olsr_insert_routing_table()
602 struct tc_entry *tc; in olsr_delete_routing_table()
H A Dgateway_default_handler.c283 struct tc_entry* tc; in gw_default_getcosts()
/dports/net/dhcprelya/dhcprelya-a4d10c4/
H A Doption82_plugin.c53 struct trusted_circuits *tc_entry; in option82_plugin_init() local
113 if (tc_entry == NULL) { in option82_plugin_init()
118 if (tc_entry->id == NULL) { in option82_plugin_init()
123 tc_entry->id[i] = *p1; in option82_plugin_init()
125 if (tc_entry->id[i] != '"') { in option82_plugin_init()
129 tc_entry->id[i] = '\0'; in option82_plugin_init()
131 tc_entry->len = strlen((char *)tc_entry->id); in option82_plugin_init()
191 struct trusted_circuits *tc_entry; in option82_plugin_client_request() local
207 if (tc_entry->len == rid_len && memcmp(tc_entry->id, rid, rid_len) == 0) in option82_plugin_client_request()
246 struct trusted_circuits *tc_entry; in option82_plugin_send_to_client() local
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
70 tc_entry = entbuf; in tgetent()
107 (void) strcpy(tc_entry, trm); in tc_store()
111 (void) strcat(tc_entry, col); in tc_store()
113 (void) strcat(tc_entry, ent); in tc_store()
115 (void) strcat(strcat(tc_entry, ":"), ent); in tc_store()
319 const char *end, *q, *p = tc_entry; in tc_field()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
109 (void) strcpy(tc_entry, trm);
113 (void) strcat(tc_entry, col);
115 (void) strcat(tc_entry, ent);
117 (void) strcat(strcat(tc_entry, ":"), ent);
333 const char *end, *q, *p = tc_entry;
/dports/games/nethack33-nox11/nethack-3.3.1/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/nethack33/nethack-3.3.1/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
109 (void) strcpy(tc_entry, trm);
113 (void) strcat(tc_entry, col);
115 (void) strcat(tc_entry, ent);
117 (void) strcat(strcat(tc_entry, ":"), ent);
333 const char *end, *q, *p = tc_entry;
/dports/games/nethack34-nox11/nethack-3.4.3/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/nethack34/nethack-3.4.3/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/falconseye/falconseye-1.9.3_11/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/share/
H A Dtclib.c33 static char *tc_entry; variable
71 tc_entry = entbuf;
108 (void) strcpy(tc_entry, trm);
112 (void) strcat(tc_entry, col);
114 (void) strcat(tc_entry, ent);
116 (void) strcat(strcat(tc_entry, ":"), ent);
299 const char *end, *q, *p = tc_entry;
/dports/net/olsrd/olsrd-0.9.8/lib/netjson/src/
H A Dolsrd_netjson_helpers.h62 struct tc_entry *tc;
74 void netjson_tcIntoNodesTree(struct avl_tree *nodes, struct tc_entry *tc);
/dports/net/olsrd/olsrd-0.9.8/lib/pgraph/src/
H A Dolsrd_pgraph.c148 static void ipc_print_tc_link(struct tc_entry *entry, struct tc_edge_entry *dst_entry);
311 struct tc_entry *tc; in pcf_event()
373 ipc_print_tc_link(struct tc_entry *entry, struct tc_edge_entry *dst_entry) in ipc_print_tc_link()
/dports/net/olsrd/olsrd-0.9.8/lib/dot_draw/src/
H A Dolsrd_dot_draw.c113 static void ipc_print_tc_link(struct autobuf *abuf, const struct tc_entry *, const struct tc_edge_e…
325 struct tc_entry *tc; in pcf_event()
386 ipc_print_tc_link(struct autobuf *abuf, const struct tc_entry *entry, const struct tc_edge_entry *d… in ipc_print_tc_link()
/dports/net/olsrd/olsrd-0.9.8/lib/txtinfo/src/
H A Dolsrd_txtinfo.c270 struct tc_entry *tc; in ipc_print_topology()
427 struct tc_entry *tc = olsr_lookup_tc_entry(&gw->originator); in ipc_print_gateways()
505 struct tc_entry* tc = olsr_lookup_tc_entry(&gw->originator); in sgw_ipvx()
/dports/net/olsrd/olsrd-0.9.8/lib/pud/src/
H A DuplinkGateway.c89 struct tc_entry * tc = olsr_lookup_tc_entry(&gw->originator); in getBestUplinkGateway()
/dports/net/olsrd/olsrd-0.9.8/lib/nameservice/src/
H A Dmapwrite.c104 struct tc_entry *tc; in mapwrite_work()

12