OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindai
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ftp/
ftp_var.h
284
GLOBAL struct addrinfo *
bindai
; /* local address to bind as */
variable in typeref:struct:addrinfo
util.c
1356
if (
bindai
!= NULL) { /* bind to specific addr */
1359
for (ai =
bindai
; ai != NULL; ai = ai->ai_next) {
1364
ai =
bindai
;
main.c
463
error = getaddrinfo(src_addr, NULL, &hints, &
bindai
);
Completed in 57 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026