Searched refs:STREAM_PNT (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.h56 #define STREAM_PNT(S) ((S)->data + (S)->getp) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_dump.c296 hello = (struct ospf_hello *) STREAM_PNT (s);
363 rl = (struct router_lsa *) STREAM_PNT (s);
389 nl = (struct network_lsa *) STREAM_PNT (s);
411 sl = (struct summary_lsa *) STREAM_PNT (s);
429 al = (struct as_external_lsa *) STREAM_PNT (s);
455 lsa = (struct lsa_header *) STREAM_PNT (s);
472 dd = (struct ospf_db_desc *) STREAM_PNT (s);
547 lsa = (struct lsa_header *) STREAM_PNT (s);
610 iph = (struct ip *) STREAM_PNT (s);
682 ospfh = (struct ospf_header *) STREAM_PNT (
[all...]
H A Dospf_packet.c266 ibuf = STREAM_PNT (s);
593 hello = (struct ospf_hello *) STREAM_PNT (s);
872 lsah = (struct lsa_header *) STREAM_PNT (s);
994 dd = (struct ospf_db_desc *) STREAM_PNT (s);
1329 lsah = (struct lsa_header *) STREAM_PNT (s);
1809 lsa->data = (struct lsa_header *) STREAM_PNT (s);
1811 /* lsah = (struct lsa_header *) STREAM_PNT (s); */
2208 ospfh = (struct ospf_header *) STREAM_PNT (ibuf);
H A Dospf_opaque.c1110 lsa.data = (struct lsa_header *) STREAM_PNT (s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgpd.h639 #define BGP_INPUT_PNT(P) (STREAM_PNT(BGP_INPUT(P)))
H A Dbgp_attr.c1172 peer->host, endp - STREAM_PNT (BGP_INPUT (peer)));
H A Dbgp_packet.c578 num = write (peer->fd, STREAM_PNT (s), writenum);

Completed in 155 milliseconds