OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ahints
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/nc/
netcat.c
932
struct addrinfo
ahints
, *ares;
local in function:remote_connect
938
memset(&
ahints
, 0, sizeof(struct addrinfo));
939
ahints
.ai_family = res->ai_family;
940
ahints
.ai_socktype = uflag ? SOCK_DGRAM : SOCK_STREAM;
941
ahints
.ai_protocol = uflag ? IPPROTO_UDP : IPPROTO_TCP;
942
ahints
.ai_flags = AI_PASSIVE;
943
if ((error = getaddrinfo(sflag, pflag, &
ahints
, &ares)))
Completed in 12 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025