OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrpt
(Results
1 - 2
of
2
) sorted by null
/external/ltp/tools/netpipe-2.4/
TCP.c
242
unsigned int lrpt,
nrpt
;
local
246
nrpt
= htonl(lrpt);
247
if (write(p->commfd, (void *)&
nrpt
, sizeof(unsigned int)) < 0) {
256
unsigned int lrpt,
nrpt
;
local
259
bytesRead = readFully(p->commfd, (void *)&
nrpt
, sizeof(unsigned int));
269
lrpt = ntohl(
nrpt
);
/external/ltp/tools/netpipe-2.4-ipv6/
TCP.c
269
unsigned int lrpt,
nrpt
;
local
273
nrpt
= htonl(lrpt);
274
if (write(p->commfd, (void *)&
nrpt
, sizeof(unsigned int)) < 0) {
283
unsigned int lrpt,
nrpt
;
local
286
bytesRead = readFully(p->commfd, (void *)&
nrpt
, sizeof(unsigned int));
296
lrpt = ntohl(
nrpt
);
Completed in 2464 milliseconds