| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_nat.c | 75 uint16_t rport; /* remote port */ member 211 r->rport = ser_r->rport; in add_redir_spool_cfg() 229 u_short remotePortCopy = r->rport + i; in add_redir_spool_cfg() 230 if (r->rport_cnt == 1 && r->rport == 0) in add_redir_spool_cfg() 740 ser_r->rport = r->rport; in nat44_get_cfg() 903 u_short rport; member 974 urdir->rport = rdir->rport; in ipfw_nat_cfg() 1074 ser_r->rport = r->rport; in ipfw_nat_get_cfg()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 139 uint16_t rport; /* the remote port used in vtag */ member 466 uint16_t rport; /* remote port in network format */ member 583 int sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport); 586 sctp_add_vtag_to_timewait(uint32_t tag, uint32_t time, uint16_t lport, uint16_t rport); 613 int sctp_is_vtag_good(uint32_t, uint16_t lport, uint16_t rport, struct timeval *);
|
| H A D | sctp_pcb.c | 1167 if (stcb->rport != rport) { in sctp_tcb_special_locate() 1328 if (stcb->rport != rport) { in sctp_findassociation_ep_addr() 1429 if (stcb->rport != rport) { in sctp_findassociation_ep_addr() 2147 if (stcb->rport != rport) { in sctp_findassoc_by_vtag() 2646 rport = stcb->rport; in sctp_move_pcb_and_assoc() 4311 stcb->rport = rport; in sctp_aloc_assoc() 4515 (twait_block->vtag_block[i].rport == rport)) { in sctp_delete_from_timewait() 4579 twait_block->vtag_block[i].rport = rport; in sctp_add_vtag_to_timewait() 4593 twait_block->vtag_block[i].rport = rport; in sctp_add_vtag_to_timewait() 4618 twait_block->vtag_block[0].rport = rport; in sctp_add_vtag_to_timewait() [all …]
|
| H A D | sctp_cc_functions.c | 101 stcb->asoc.my_vtag, ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), net, in sctp_set_initial_cc_param() 199 stcb->asoc.my_vtag, ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), net, in sctp_cwnd_update_after_fr() 808 (stcb->rport); in sctp_cwnd_update_after_sack_common() 911 ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), in sctp_cwnd_update_after_sack_common() 974 ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), in sctp_cwnd_update_after_sack_common() 1076 ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), in sctp_cwnd_update_after_timeout() 1136 ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), in sctp_cwnd_update_after_ecn_echo_common() 1255 ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), in sctp_cwnd_update_after_packet_dropped() 1278 ((stcb->sctp_ep->sctp_lport << 16) | (stcb->rport)), in sctp_cwnd_update_after_output() 1346 (stcb->rport); in sctp_cwnd_new_rtcc_transmission_begins() [all …]
|
| H A D | sctp_indata.h | 69 (_ctl)->port_from = (in_it)->rport; \
|
| H A D | ip_fw.h | 484 u_short rport; /* remote port */ member 535 uint16_t rport; /* remote port */ member
|
| H A D | sctputil.h | 80 uint32_t sctp_select_a_tag(struct sctp_inpcb *, uint16_t lport, uint16_t rport, int);
|
| H A D | sctp_asconf.c | 200 sin->sin_port = stcb->rport; in sctp_process_asconf_add_ip() 223 sin6->sin6_port = stcb->rport; in sctp_process_asconf_add_ip() 360 sin->sin_port = stcb->rport; in sctp_process_asconf_delete_ip() 380 sin6->sin6_port = stcb->rport; in sctp_process_asconf_delete_ip() 2801 store.sin6.sin6_port = stcb->rport; in sctp_process_initack_addresses() 2822 store.sin.sin_port = stcb->rport; in sctp_process_initack_addresses()
|
| H A D | sctp_output.c | 3660 sin.sin_port = stcb->rport; in sctp_process_cmsgs_for_init() 3684 sin6.sin6_port = stcb->rport; in sctp_process_cmsgs_for_init() 4886 inp->sctp_lport, stcb->rport, htonl(0), in sctp_send_initiate() 8172 inp->sctp_lport, stcb->rport, in sctp_med_chunk_output() 8450 inp->sctp_lport, stcb->rport, in sctp_med_chunk_output() 8791 inp->sctp_lport, stcb->rport, in sctp_med_chunk_output() 9489 inp->sctp_lport, stcb->rport, htonl(stcb->asoc.peer_vtag), in sctp_chunk_retransmission() 9766 inp->sctp_lport, stcb->rport, htonl(stcb->asoc.peer_vtag), in sctp_chunk_retransmission() 10927 stcb->sctp_ep->sctp_lport, stcb->rport, htonl(vtag), in sctp_send_abort_tcb() 10974 stcb->sctp_ep->sctp_lport, stcb->rport, in sctp_send_shutdown_complete() [all …]
|
| H A D | sctp_sysctl.c | 448 xstcb.remote_port = ntohs(stcb->rport); in sctp_sysctl_handle_assoclist()
|
| H A D | sctputil.c | 1049 sctp_select_a_tag(struct sctp_inpcb *inp, uint16_t lport, uint16_t rport, int check) in sctp_select_a_tag() argument 1063 if (!check || sctp_is_vtag_good(x, lport, rport, &now)) { in sctp_select_a_tag() 1173 asoc->my_vtag = sctp_select_a_tag(inp, stcb->sctp_ep->sctp_lport, stcb->rport, 1); in sctp_init_asoc() 1176 asoc->my_vtag_nonce = sctp_select_a_tag(inp, stcb->sctp_ep->sctp_lport, stcb->rport, 0); in sctp_init_asoc() 1177 asoc->peer_vtag_nonce = sctp_select_a_tag(inp, stcb->sctp_ep->sctp_lport, stcb->rport, 0); in sctp_init_asoc()
|
| H A D | sctp_input.c | 582 store.sin.sin_port = stcb->rport; in sctp_handle_heartbeat_ack() 595 store.sin6.sin6_port = stcb->rport; in sctp_handle_heartbeat_ack() 715 new_vtag = sctp_select_a_tag(stcb->sctp_ep, stcb->sctp_ep->sctp_lport, stcb->rport, 1); in sctp_handle_nat_colliding_state()
|
| H A D | sctp_usrreq.c | 2272 ((struct sockaddr_in *)addr)->sin_port = stcb->rport; 2631 ((struct sockaddr_in *)&sstat->sstat_primary.spinfo_address)->sin_port = stcb->rport; 7516 sin->sin_port = stcb->rport;
|
| H A D | sctp_indata.c | 163 read_queue_e->port_from = stcb->rport; in sctp_build_readq_entry()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_filter.c | 381 __in uint16_t rport) in efx_filter_spec_set_ipv4_full() argument 394 spec->efs_rem_port = rport; in efx_filter_spec_set_ipv4_full() 699 uint16_t rport, port1, port2; in siena_filter_spec_from_gen_spec() local 744 rport = is_full ? gen_spec->efs_rem_port : 0; in siena_filter_spec_from_gen_spec() 755 port1 = rport; in siena_filter_spec_from_gen_spec() 759 port2 = rport; in siena_filter_spec_from_gen_spec() 765 port2 = rport; in siena_filter_spec_from_gen_spec() 767 port1 = rport; in siena_filter_spec_from_gen_spec()
|
| H A D | efx.h | 3504 __in uint16_t rport);
|
| /f-stack/tools/ipfw/ |
| H A D | nat.c | 519 r->rport = GETLOPORT(portRange); in setup_redir_port() 531 (r->rport_cnt != 1 || r->rport != 0)) in setup_redir_port() 741 if (t->rport) { in nat_show_cfg() 742 printf(":%u", t->rport); in nat_show_cfg() 744 printf("-%u", t->rport + in nat_show_cfg()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 484 u_short rport; /* remote port */ member 535 uint16_t rport; /* remote port */ member
|
| /f-stack/freebsd/netinet6/ |
| H A D | sctp6_usrreq.c | 1068 sin6->sin6_port = stcb->rport; in sctp6_peeraddr()
|