OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindai
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ftp/
ftp_var.h
291
GLOBAL struct addrinfo *
bindai
; /* local address to bind as */
variable in typeref:struct:addrinfo *
util.c
1374
if (
bindai
!= NULL) { /* bind to specific addr */
1377
for (ai =
bindai
; ai != NULL; ai = ai->ai_next) {
1382
ai =
bindai
;
main.c
468
error = getaddrinfo(src_addr, NULL, &hints, &
bindai
);
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025