Searched refs:rport (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/toys/net/ |
H A D | netstat.c | 126 unsigned lport, rport, state, txq, rxq, num, uid, nitems; in show_ip() local 134 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq, in show_ip() 140 &num, &laddr.i4.u, &lport, &raddr.i4.u, &rport, &state, &txq, in show_ip() 148 if (!((toys.optflags & FLAG_l) && (!rport && (state & 0xA))) in show_ip() 149 && !(toys.optflags & FLAG_a) && !(rport & (0x10 | 0x20 | 0x40))) in show_ip() 153 addr2str(nitems, &raddr, rport, rip, TT.wpad, label); in show_ip()
|
/third_party/libcoap/src/ |
H A D | coap_io_contiki.c | 133 remote_addr->port = sock->udp_conn->rport; in coap_socket_connect_udp()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 707 let rport = 6789; in udp_inet6() 708 let rstd_sa = SocketAddrV6::new(addr, rport, 0, 0); in udp_inet6()
|
Completed in 4 milliseconds