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

/ast/src/cmd/dsslib/ip_t/
H A Dbgp.h279 Bgpasn_t dst_as; /* destination as */ member in struct:Bgproute_s
/ast/src/cmd/dsslib/netflow/
H A Dflow-tool.c94 * dst_as are in the same place. v5 is like a generic v5, v6, v7
121 u_int16 dst_as; /* AS of destination address */ member in struct:fts3rec_v5
149 u_int16 dst_as; /* AS of destination address */ member in struct:fts3rec_v6
181 u_int16 dst_as; /* AS of destination address */ member in struct:fts3rec_v7
419 rp->dst_as16 = R5(fp)->dst_as;
456 rp->dst_as16 = R6(fp)->dst_as;
493 rp->dst_as16 = R7(fp)->dst_as;
H A Dflow-dump.c95 Nfshort_t dst_as; member in struct:Rec_5_s
129 Nfshort_t dst_as; member in struct:Rec_7_s
/ast/src/cmd/dsslib/bgp/
H A Dbgp.c77 CXV("dst_as", "as_t", BGP_dst_as, "Destination AS number.")
279 r->value.number = rp->dst_as ? rp->dst_as : rp->dst_as32;
282 r->value.number = rp->dst_as;
H A Dbgp-mrt.c1273 rp->dst_as = AE2(state->buf + 6);
1436 rp->dst_as = AE2(state->buf + 2);

Completed in 21 milliseconds