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

/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_nat.c493 in_port_t *orig_port; local
499 orig_port = &((tcpha_t *)tph)->tha_fport;
501 orig_port = &((tcpha_t *)tph)->tha_lport;
506 orig_port = &((udpha_t *)tph)->uha_dst_port;
508 orig_port = &((udpha_t *)tph)->uha_src_port;
524 *orig_port = info->nat_dport;
527 *orig_port = info->dport;
539 *orig_port = info->nat_dport;
542 *orig_port = info->dport;

Completed in 76 milliseconds