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 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