HomeSort by: relevance | last modified time | path
    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