Searched refs:stream_put (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_dump.c226 stream_put (obuf, &p->u.prefix4, plen);
335 stream_put (obuf, &peer->su.sin.sin_addr, IPV4_MAX_BYTELEN);
338 stream_put (obuf, &peer->su_local->sin.sin_addr, IPV4_MAX_BYTELEN);
340 stream_put (obuf, empty, IPV4_MAX_BYTELEN);
350 stream_put (obuf, &peer->su.sin6.sin6_addr, IPV6_MAX_BYTELEN);
353 stream_put (obuf, &peer->su_local->sin6.sin6_addr, IPV6_MAX_BYTELEN);
355 stream_put (obuf, empty, IPV6_MAX_BYTELEN);
407 stream_put (obuf, STREAM_DATA (packet), stream_get_endp (packet));
H A Dbgp_attr.c1411 stream_put (s, aspath->data, aspath->length);
1486 stream_put (s, attr->community->val, attr->community->size * 4);
1521 stream_put (s, attr->cluster->list, attr->cluster->length);
1551 stream_put (s, &attr->mp_nexthop_global, 16);
1554 stream_put (s, &attr->mp_nexthop_global, 16);
1555 stream_put (s, &attr->mp_nexthop_local, 16);
1631 stream_put (s, &attr->mp_nexthop_global_in, 4);
1645 stream_put (s, tag, 3);
1646 stream_put (s, prd->val, 8);
1647 stream_put (
[all...]
H A Dbgp_nexthop.c1014 stream_put (s, addr, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dstream.h76 void stream_put (struct stream *, void *, size_t);
H A Dstream.c193 stream_put (struct stream *s, void *src, size_t size)
190 stream_put (struct stream *s, void *src, size_t size) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dzserv.c100 stream_put (s, ifp->name, INTERFACE_NAMSIZ);
107 stream_put (s, &ifp->sdl, sizeof (ifp->sdl));
111 stream_put (s, ifp->hw_addr, ifp->hw_addr_len);
138 stream_put (s, ifp->name, INTERFACE_NAMSIZ);
181 stream_put (s, &p->u.prefix, blen);
187 stream_put (s, &p->u.prefix, blen);
189 stream_put (s, NULL, blen);
227 stream_put (s, &p->u.prefix, blen);
231 stream_put (s, &p->u.prefix, blen);
233 stream_put (
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_te.c700 stream_put (s, tlvh, sizeof (struct te_tlv_header));
711 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
723 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
735 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
747 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
759 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
771 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
783 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
795 stream_put (s, tlvh+1, TLV_BODY_SIZE (tlvh));
807 stream_put (
[all...]
H A Dospf_packet.c341 stream_put (op->s, digest, OSPF_AUTH_MD5_SIZE);
2554 stream_put (s, lsa->data, OSPF_LSA_HEADER_SIZE);
2668 stream_put (s, lsa->data, ntohs (lsa->data->length));
2713 stream_put (s, lsa->data, OSPF_LSA_HEADER_SIZE);
H A Dospf_lsa.c1086 stream_put (s, mp, 3);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1712.h287 int (*stream_put)(struct snd_ice1712 *, struct snd_ctl_elem_value *ucontrol); member in struct:snd_ice1712_spdif::snd_ice1712_spdif_ops
H A Ddelta.c603 ice->spdif.ops.stream_put = delta_spdif_stream_put;
H A Dews.c497 ice->spdif.ops.stream_put = ews88_spdif_stream_put;
H A Dice1712.c1746 if (ice->spdif.ops.stream_put)
1747 return ice->spdif.ops.stream_put(ice, ucontrol);

Completed in 109 milliseconds