Searched refs:stream_new (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.h62 struct stream *stream_new (size_t);
H A Dzclient.c56 zclient->ibuf = stream_new (ZEBRA_MAX_PACKET_SIZ);
57 zclient->obuf = stream_new (ZEBRA_MAX_PACKET_SIZ);
527 s = stream_new (ZEBRA_MAX_PACKET_SIZ);
765 zclient->ibuf = stream_new (length + 1);
H A Dstream.c45 stream_new (size_t size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_packet.c111 new = stream_new (stream_get_endp (s));
364 s = stream_new (BGP_MAX_PACKET_SIZE);
432 s = stream_new (BGP_MAX_PACKET_SIZE);
705 s = stream_new (BGP_MAX_PACKET_SIZE);
748 s = stream_new (BGP_MAX_PACKET_SIZE);
792 s = stream_new (BGP_MAX_PACKET_SIZE);
907 s = stream_new (BGP_MAX_PACKET_SIZE);
997 s = stream_new (BGP_MAX_PACKET_SIZE);
H A Dbgp_dump.c732 bgp_dump_obuf = stream_new (BGP_MAX_PACKET_SIZE + BGP_DUMP_HEADER_SIZE);
H A Dbgp_mplsvpn.c192 s = stream_new (8);
H A Dbgp_nexthop.c1383 zlookup->ibuf = stream_new (ZEBRA_MAX_PACKET_SIZ);
1384 zlookup->obuf = stream_new (ZEBRA_MAX_PACKET_SIZ);
H A Dbgpd.c722 peer->ibuf = stream_new (BGP_MAX_PACKET_SIZE);
724 peer->work = stream_new (BGP_MAX_PACKET_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dirdp.c306 s = stream_new (IRDP_SOLICIT_PACKET_SIZE);
H A Dzserv.c1288 client->ibuf = stream_new (ZEBRA_MAX_PACKET_SIZ);
1289 client->obuf = stream_new (ZEBRA_MAX_PACKET_SIZ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_lsa.c683 s = stream_new (OSPF_MAX_LSA_SIZE);
935 s = stream_new (OSPF_MAX_LSA_SIZE);
1121 s = stream_new (OSPF_MAX_LSA_SIZE);
1248 s = stream_new (OSPF_MAX_LSA_SIZE);
1528 s = stream_new (OSPF_MAX_LSA_SIZE);
H A Dospf_packet.c99 new->s = stream_new (size);
1902 ibuf = stream_new (ip_len);
H A Dospf_te.c873 if ((s = stream_new (OSPF_MAX_LSA_SIZE)) == NULL)
875 zlog_warn ("ospf_mpls_te_lsa_new: stream_new() ?");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.c1557 ripng->ibuf = stream_new (RIPNG_MAX_PACKET_SIZE * 5);
1558 ripng->obuf = stream_new (RIPNG_MAX_PACKET_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.c2669 rip->obuf = stream_new (1500);

Completed in 219 milliseconds