Searched defs:rport (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.c | 1156 uint16_t lport, rport; local 1473 uint16_t rport; local 2489 struct sctp_inpcb **inp_p, struct sctp_nets **netp, uint16_t rport, 3077 uint16_t lport, rport; local 4916 uint16_t rport; local 5270 sctp_delete_from_timewait(uint32_t tag, uint16_t lport, uint16_t rport) 5297 sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport) 5324 sctp_add_vtag_to_timewait(uint32_t tag, uint32_t time, uint16_t lport, uint16_t rport) 7712 sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now)
|
D | sctp_pcb.h | 142 uint16_t rport; /* the remote port used in vtag */ member 620 uint16_t rport; /* remote port in network format */ member
|
D | sctputil.c | 1080 sctp_select_a_tag(struct sctp_inpcb *inp, uint16_t lport, uint16_t rport, int check) in sctp_select_a_tag()
|
/third_party/toybox/toys/net/ |
D | netstat.c | 126 unsigned lport, rport, state, txq, rxq, num, uid, nitems; in show_ip() local
|
/third_party/rust/crates/nix/test/sys/ |
D | test_socket.rs | 707 let rport = 6789; in udp_inet6() localVariable
|