OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:portp
(Results
1 - 4
of
4
) sorted by null
/external/openssh/openbsd-compat/
rresvport.c
62
u_int16_t *
portp
;
local
72
portp
= &((struct sockaddr_in *)sa)->sin_port;
76
portp
= &((struct sockaddr_in6 *)sa)->sin6_port;
88
*
portp
= htons(*alport);
98
*
portp
= 0;
104
*alport = ntohs(*
portp
);
bindresvport.c
59
u_int16_t *
portp
;
local
79
portp
= &in->sin_port;
83
portp
= &in6->sin6_port;
90
port = ntohs(*
portp
);
98
*
portp
= htons(port);
/external/chromium_org/third_party/libxml/src/
nanoftp.c
1371
unsigned char ad[6], *adp, *
portp
;
local
[
all
...]
/external/libxml2/
nanoftp.c
1372
unsigned char ad[6], *adp, *
portp
local
[
all
...]
Completed in 76 milliseconds