Searched defs:srcport (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/dsslib/netflow/
H A Dflow-tool.c83 u_int16 srcport; /* TCP/UDP source port number or equivalent */ member in struct:fts3rec_v1
110 u_int16 srcport; /* TCP/UDP source port number or equivalent */ member in struct:fts3rec_v5
138 u_int16 srcport; /* TCP/UDP source port number or equivalent */ member in struct:fts3rec_v6
170 u_int16 srcport; /* TCP/UDP source port number or equivalent */ member in struct:fts3rec_v7
363 swapmem(n, &R1(fp)->dPkts, &R1(fp)->dPkts, (char*)&R1(fp)->srcport - (char*)&R1(fp)->dPkts);
367 swapmem(n, &R1(fp)->srcport, &R1(fp)->srcport, (char*)&R1(fp)->prot - (char*)&R1(fp)->srcport);
379 rp->src_port = R1(fp)->srcport;
393 swapmem(n, &R5(fp)->dPkts, &R5(fp)->dPkts, (char*)&R5(fp)->srcport
[all...]

Completed in 8 milliseconds