Lines Matching refs:babel_msg
240 static int babel_read_ack_req(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse_state…
241 static int babel_read_hello(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse_state *…
242 static int babel_read_ihu(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse_state *st…
243 static int babel_read_router_id(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse_sta…
244 static int babel_read_next_hop(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse_stat…
245 static int babel_read_update(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse_state …
246 static int babel_read_route_request(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse…
247 static int babel_read_seqno_request(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse…
248 static int babel_read_source_prefix(struct babel_tlv *hdr, union babel_msg *msg, struct babel_parse…
250 static uint babel_write_ack(struct babel_tlv *hdr, union babel_msg *msg, struct babel_write_state *…
251 static uint babel_write_hello(struct babel_tlv *hdr, union babel_msg *msg, struct babel_write_state…
252 static uint babel_write_ihu(struct babel_tlv *hdr, union babel_msg *msg, struct babel_write_state *…
253 static uint babel_write_update(struct babel_tlv *hdr, union babel_msg *msg, struct babel_write_stat…
254 static uint babel_write_route_request(struct babel_tlv *hdr, union babel_msg *msg, struct babel_wri…
255 static uint babel_write_seqno_request(struct babel_tlv *hdr, union babel_msg *msg, struct babel_wri…
260 int (*read_tlv)(struct babel_tlv *hdr, union babel_msg *m, struct babel_parse_state *state);
261 …uint (*write_tlv)(struct babel_tlv *hdr, union babel_msg *m, struct babel_write_state *state, uint…
262 void (*handle_tlv)(union babel_msg *m, struct babel_iface *ifa);
323 babel_read_ack_req(struct babel_tlv *hdr, union babel_msg *m, in babel_read_ack_req()
341 babel_write_ack(struct babel_tlv *hdr, union babel_msg *m, in babel_write_ack()
354 babel_read_hello(struct babel_tlv *hdr, union babel_msg *m, in babel_read_hello()
374 babel_write_hello(struct babel_tlv *hdr, union babel_msg *m, in babel_write_hello()
388 babel_read_ihu(struct babel_tlv *hdr, union babel_msg *m, in babel_read_ihu()
437 babel_write_ihu(struct babel_tlv *hdr, union babel_msg *m, in babel_write_ihu()
462 babel_read_router_id(struct babel_tlv *hdr, union babel_msg *m UNUSED, in babel_read_router_id()
492 babel_read_next_hop(struct babel_tlv *hdr, union babel_msg *m UNUSED, in babel_read_next_hop()
579 babel_read_update(struct babel_tlv *hdr, union babel_msg *m, in babel_read_update()
695 babel_write_update(struct babel_tlv *hdr, union babel_msg *m, in babel_write_update()
799 babel_read_route_request(struct babel_tlv *hdr, union babel_msg *m, in babel_read_route_request()
854 babel_write_route_request(struct babel_tlv *hdr, union babel_msg *m, in babel_write_route_request()
898 babel_read_seqno_request(struct babel_tlv *hdr, union babel_msg *m, in babel_read_seqno_request()
955 babel_write_seqno_request(struct babel_tlv *hdr, union babel_msg *m, in babel_write_seqno_request()
998 babel_read_source_prefix(struct babel_tlv *hdr, union babel_msg *msg, in babel_read_source_prefix()
1089 union babel_msg *msg, in babel_read_subtlvs()
1135 union babel_msg *msg, in babel_read_tlv()
1157 union babel_msg *msg, in babel_write_tlv()
1274 babel_send_unicast(union babel_msg *msg, struct babel_iface *ifa, ip_addr dest) in babel_send_unicast()
1303 babel_enqueue(union babel_msg *msg, struct babel_iface *ifa) in babel_enqueue()