Home
last modified time | relevance | path

Searched refs:rport (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dnetstat.c121 static void display_data(unsigned rport, char *label, in display_data() argument
159 static void show_data(unsigned rport, char *label, unsigned rxq, unsigned txq, in show_data() argument
164 if (!rport && (state & 0xA)) in show_data()
165 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); in show_data()
167 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); in show_data()
169 else if (rport & (0x10 | 0x20 | 0x40)) in show_data()
170 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); in show_data()
254 unsigned lport, rport, state, txq, rxq, num, uid; in show_ipv4() local
258 &num, &laddr.u, &lport, &raddr.u, &rport, &state, &txq, in show_ipv4()
262 addr2str(AF_INET, &raddr, rport, rip, label); in show_ipv4()
[all …]
/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc1381 rtc::scoped_ptr<TestPort> rport( in TEST_F() local
1383 rport->SetIceRole(cricket::ICEROLE_CONTROLLING); in TEST_F()
1384 rport->SetIceTiebreaker(kTiebreaker2); in TEST_F()
1387 rport->PrepareAddress(); in TEST_F()
1389 ASSERT_FALSE(rport->Candidates().empty()); in TEST_F()
1390 Connection* lconn = lport->CreateConnection(rport->Candidates()[0], in TEST_F()
1392 Connection* rconn = rport->CreateConnection(lport->Candidates()[0], in TEST_F()
1396 ASSERT_TRUE_WAIT(rport->last_stun_msg() != NULL, 1000); in TEST_F()
1397 IceMessage* msg = rport->last_stun_msg(); in TEST_F()
1400 lconn->OnReadPacket(rport->last_stun_buf()->Data(), in TEST_F()
[all …]
/external/iproute2/misc/
Dss.c731 int rport; member
1104 if (a->port != -1 && a->port != s->rport) in run_ssfilter()
1134 return s->rport >= a->port; in run_ssfilter()
1139 return s->rport <= a->port; in run_ssfilter()
1572 inet_addr_print(&s->remote, s->rport, 0); in inet_stats_print()
1595 sscanf(rem, "%x:%x", s->remote.data, (unsigned*)&s->rport); in proc_parse_inet_addr()
1610 &s->rport); in proc_parse_inet_addr()
2010 s.rport = ntohs(r->id.idiag_dport); in inet_show_sock()
2607 if (s->rport && use_proc) { in unix_stats_print()
2611 if (s->rport == p->lport) in unix_stats_print()
[all …]