Searched refs:lport (Results 1 - 7 of 7) sorted by relevance
/third_party/ltp/testcases/network/stress/ssh/ |
H A D | ssh-stress.sh | 196 local port lport localhost rhost ret 209 lport=$(tst_rhost_run -c "tst_get_unused_port ipv${TST_IPVER} stream") 218 tst_rhost_run -c "$RHOST_SSH -f -N -L $lport:$rhost:$port </dev/null >/dev/null 2>&1" 220 RHOST_PIDS=$(tst_rhost_run -c "pgrep -f '^ssh .*$lport:$rhost:$port'") 223 tst_rhost_run -s -c "netstress -r $NS_TIMES -l -H $localhost -g $lport > /dev/null"
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_lv2.c | 440 const LilvPort *lport = lilv_plugin_get_port_by_index(s->plugin, i); in init() local 444 is_optional = lilv_port_has_property(s->plugin, lport, s->lv2_Optional); in init() 446 if (lilv_port_is_a(s->plugin, lport, s->lv2_InputPort)) { in init() 448 } else if (!lilv_port_is_a(s->plugin, lport, s->lv2_OutputPort) && !is_optional) { in init() 452 if (lilv_port_is_a(s->plugin, lport, s->lv2_ControlPort)) { in init() 456 } else if (lilv_port_is_a(s->plugin, lport, s->lv2_AudioPort)) { in init()
|
/third_party/libcoap/src/ |
H A D | coap_io_contiki.c | 102 bound_addr->port = sock->udp_conn->lport; in coap_socket_bind_udp() 131 local_addr->port = sock->udp_conn->lport; in coap_socket_connect_udp()
|
H A D | coap_session.c | 1103 addr_hash->lport = coap_address_get_port(&addr_info->local); in coap_make_addr_hash()
|
/third_party/toybox/toys/net/ |
H A D | netstat.c | 126 unsigned lport, rport, state, txq, rxq, num, uid, nitems; in show_ip() local 133 &laddr.i6.u.d, &lport, &raddr.i6.u.a, &raddr.i6.u.b, in show_ip() 140 &num, &laddr.i4.u, &lport, &raddr.i4.u, &rport, &state, &txq, in show_ip() 152 addr2str(nitems, &laddr, lport, lip, TT.wpad, label); in show_ip()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_session_internal.h | 42 uint16_t lport; /**< local port */ member
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 3672 int lport = 0; /* Local printer: URI's port number */ in local_printer_is_same_device() local 3687 &lport, in local_printer_is_same_device() 3711 ((!p->port && (lport == 631 || lport == 443)) || in local_printer_is_same_device() 3712 lport == p->port || in local_printer_is_same_device() 3713 (lport == 631 && p->port == 443) || in local_printer_is_same_device() 3714 (lport == 443 && p->port == 631)) && in local_printer_is_same_device()
|
Completed in 21 milliseconds