Lines Matching defs:src
216 void accept_group_report(u_int32_t src, u_int32_t dst, u_int32_t group,
220 inet_fmt(src, s1), inet_fmt(dst, s2));
227 void accept_probe(u_int32_t src, u_int32_t dst, char *p, int datalen,
231 inet_fmt(src, s1), inet_fmt(dst, s2));
238 void accept_report(u_int32_t src, u_int32_t dst, char *p, int datalen,
242 inet_fmt(src, s1), inet_fmt(dst, s2));
249 void accept_neighbor_request(u_int32_t src, u_int32_t dst)
251 if (src != our_addr)
254 inet_fmt(src, s1), inet_fmt(dst, s2));
257 void accept_neighbor_request2(u_int32_t src, u_int32_t dst)
259 if (src != our_addr)
262 inet_fmt(src, s1), inet_fmt(dst, s2));
269 void accept_neighbors(u_int32_t src, u_int32_t dst, u_char *p, int datalen,
272 Node *node = find_node(src, &routers);
286 ask2(src);
314 inet_fmt(src, s1));
391 inet_fmt(src, s1));
428 void accept_neighbors2(u_int32_t src, u_int32_t dst, u_char *p, int datalen,
431 Node *node = find_node(src, &routers);
449 inet_fmt(src, s1));
532 inet_fmt(src, s1));
941 void accept_prune(u_int32_t src, u_int32_t dst, char *p, int datalen)
945 void accept_graft(u_int32_t src, u_int32_t dst, char *p, int datalen)
949 void accept_g_ack(u_int32_t src, u_int32_t dst, char *p, int datalen)
957 void accept_leave_message(u_int32_t src, u_int32_t dst, u_int32_t group)
961 void accept_mtrace(u_int32_t src, u_int32_t dst, u_int32_t group, char *data,
966 void accept_membership_query(u_int32_t src, u_int32_t dst, u_int32_t group,
971 void accept_info_request(u_int32_t src, u_int32_t dst, u_char *p, int datalen)
975 void accept_info_reply(u_int32_t src, u_int32_t dst, u_char *p, int datalen)