mapper.c | 53 typedef struct neighbor { struct 54 struct neighbor *next; 60 } Neighbor; 65 Neighbor *neighbors; /* List of neighbors' IP addresses */ 74 struct interface *interfaces; /* Else, neighbor data */ 91 Neighbor * find_neighbor(u_int32_t addr, Node *node); 147 Neighbor *find_neighbor(u_int32_t addr, Node *node) 152 Neighbor *nb; 228 * Process an incoming neighbor probe message. 250 * Process an incoming neighbor-list request message 388 u_int32_t neighbor; local in function:accept_neighbors 529 u_int32_t neighbor; local in function:accept_neighbors2 [all...] |