Searched refs:dst_as32 (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Dbgp.h256 Bgpnum_t dst_as32; /* destination as32 */ member in struct:Bgproute_s
/ast/src/cmd/dsslib/netflow/
H A Dnetflow.h288 Nflong_t dst_as32; /* 32 bit destination BGP autonomous system number */ member in struct:Netflow_s
H A Dnetflow.c43 CXV("dst_as32", "as32_t", NETFLOW_dst_as32, "Destination BGP AS32 number.")
215 r->value.number = rp->dst_as16 ? rp->dst_as16 : rp->dst_as32;
221 r->value.number = rp->dst_as32;
/ast/src/cmd/dsslib/bgp/
H A Dbgp.c79 CXV("dst_as32", "as32_t", BGP_dst_as32, "Destination AS32 number.")
279 r->value.number = rp->dst_as ? rp->dst_as : rp->dst_as32;
285 r->value.number = rp->dst_as32;
H A Dbgp-mrt.c1431 rp->dst_as32 = AE4(state->buf + 4);

Completed in 23 milliseconds