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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c123 u_short st_sport; member in struct:statetop
1317 tp->st_sport = ips.is_sport;
1496 ntohs(tp->st_sport));
1918 if (htons(ap->st_sport) == htons(bp->st_sport))
1920 else if (htons(ap->st_sport) > htons(bp->st_sport))

Completed in 49 milliseconds