Searched refs:STREAM_DATA (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.h59 #define STREAM_DATA(S) ((S)->data) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c265 fwrite (STREAM_DATA (obuf), stream_get_putp (obuf), 1, bgp_dump_routes.fp);
384 fwrite (STREAM_DATA (obuf), stream_get_putp (obuf), 1, bgp_dump_all.fp);
407 stream_put (obuf, STREAM_DATA (packet), stream_get_endp (packet));
413 fwrite (STREAM_DATA (obuf), stream_get_putp (obuf), 1, bgp_dump->fp);
H A Dbgp_packet.c665 ret = writen (peer->fd, STREAM_DATA (s), stream_get_endp (s));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.c1034 len = ripng_recv_packet (sock, STREAM_DATA (ripng->ibuf),
1052 packet = (struct ripng_packet *) STREAM_DATA (ripng->ibuf);
1438 ret = ripng_send_packet (STREAM_DATA (s), stream_get_endp (s),
1442 ripng_packet_dump ((struct ripng_packet *)STREAM_DATA (s),
1511 ret = ripng_send_packet (STREAM_DATA (s), stream_get_endp (s),
1515 ripng_packet_dump ((struct ripng_packet *)STREAM_DATA (s),
1527 ret = ripng_send_packet (STREAM_DATA (s), stream_get_endp (s),
1531 ripng_packet_dump ((struct ripng_packet *)STREAM_DATA (s),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_packet.c313 ibuf = STREAM_DATA (op->s);
532 iov[1].iov_base = STREAM_DATA (op->s);
1903 iov.iov_base = STREAM_DATA (ibuf);
2187 iph = (struct ip *) STREAM_DATA (ibuf);
2308 ospfh = (struct ospf_header *) STREAM_DATA (s);
2371 ospfh = (struct ospf_header *) STREAM_DATA (s);
2550 lsah = (struct lsa_header *) (STREAM_DATA (s) +
2665 lsah = (struct lsa_header *) (STREAM_DATA (s) + stream_get_putp (s));
H A Dospf_lsa.c398 lsah = (struct lsa_header *) STREAM_DATA (s);
684 lsah = (struct lsa_header *) STREAM_DATA (s);
936 lsah = (struct lsa_header *) STREAM_DATA (s);
1122 lsah = (struct lsa_header *) STREAM_DATA (s);
1249 lsah = (struct lsa_header *) STREAM_DATA (s);
1529 lsah = (struct lsa_header *) STREAM_DATA (s);
H A Dospf_te.c878 lsah = (struct lsa_header *) STREAM_DATA (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.c2347 ret = rip_send_packet (STREAM_DATA (s), stream_get_endp (s),
2351 rip_packet_dump ((struct rip_packet *)STREAM_DATA (s),
2367 ret = rip_send_packet (STREAM_DATA (s), stream_get_endp (s), to, ifp);
2370 rip_packet_dump ((struct rip_packet *)STREAM_DATA (s),

Completed in 124 milliseconds