Lines Matching full:dport
406 int dport; /* server port (host order) */
449 rx_print(register const u_char *bp, int length, int sport, int dport,
516 rx_cache_insert(bp, (const struct ip *) bp2, dport);
518 switch (dport) {
602 rx_cache_insert(const u_char *bp, const struct ip *ip, int dport)
618 rxent->dport = dport;
648 rxent->dport == sport) {