Searched refs:stream_getl (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dzclient.c563 ifp->ifindex = stream_getl (s);
566 ifp->flags = stream_getl (s);
567 ifp->metric = stream_getl (s);
568 ifp->mtu = stream_getl (s);
569 ifp->bandwidth = stream_getl (s);
573 ifp->hw_addr_len = stream_getl (s);
599 ifp->ifindex = stream_getl (s);
602 ifp->flags = stream_getl (s);
603 ifp->metric = stream_getl (s);
604 ifp->mtu = stream_getl (
[all...]
H A Dstream.h91 u_int32_t stream_getl (struct stream *);
H A Dstream.c167 stream_getl (struct stream *s)
165 stream_getl (struct stream *s) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_zebra.c154 ifp->ifindex = stream_getl (s);
157 ifp->flags = stream_getl (s);
158 ifp->metric = stream_getl (s);
159 ifp->mtu = stream_getl (s);
160 ifp->bandwidth = stream_getl (s);
784 ifindex = stream_getl (s);
789 api.metric = stream_getl (s);
H A Dospf_dump.c508 ls_type = stream_getl (s);
533 count = stream_getl (s);
H A Dospf_packet.c1253 ls_type = stream_getl (s);
1323 count = stream_getl (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dzserv.c942 ifindex = stream_getl (s);
966 rib->metric = stream_getl (s);
1012 ifindex = stream_getl (s);
1036 api.metric = stream_getl (s);
1110 ifindex = stream_getl (s);
1122 api.metric = stream_getl (s);
1174 ifindex = stream_getl (s);
1185 api.metric = stream_getl (s);
1217 ifindex = stream_getl (client->ibuf);
H A Dirdp.c378 addr.s_addr = stream_getl (s);
379 pref = stream_getl (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_nexthop.c866 metric = stream_getl (s);
888 nexthop->ifindex = stream_getl (s);
961 metric = stream_getl (s);
984 nexthop->ifindex = stream_getl (s);
988 nexthop->ifindex = stream_getl (s);
1095 metric = stream_getl (s);
H A Dbgp_zebra.c273 ifindex = stream_getl (s);
278 api.metric = stream_getl (s);
325 ifindex = stream_getl (s);
332 api.metric = stream_getl (s);
H A Dbgp_attr.c779 attr->med = stream_getl (peer->ibuf);
801 attr->local_pref = stream_getl (peer->ibuf);
956 rd_high = stream_getl (s);
957 rd_low = stream_getl (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Drip_zebra.c134 ifindex = stream_getl (s);
139 api.metric = stream_getl (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_zebra.c234 ifindex = stream_getl (s);
241 api.metric = stream_getl (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripng_zebra.c125 ifindex = stream_getl (s);
132 api.metric = stream_getl (s);

Completed in 113 milliseconds