Lines Matching refs:fromplen
96 static socklen_t fromplen; variable
386 fromplen = sizeof (struct sockaddr_in); in main()
388 (void) memset(&client, 0, fromplen); in main()
393 fromplen = sizeof (struct sockaddr_in6); in main()
395 (void) memset(&client, 0, fromplen); in main()
419 if (bind(peer, (struct sockaddr *)&client, fromplen) < 0) { in main()
442 &fromplen) < 0) in main()
495 fromplen = sizeof (struct sockaddr_in); in delayed_responder()
497 (void) memset(&client, 0, fromplen); in delayed_responder()
502 fromplen = sizeof (struct sockaddr_in6); in delayed_responder()
504 (void) memset(&client, 0, fromplen); in delayed_responder()
523 if (bind(peer, (struct sockaddr *)&client, fromplen) < 0) { in delayed_responder()
1029 (struct sockaddr *)&from, fromplen) != oacklen) { in tftpd_sendfile()
1106 (struct sockaddr *)&from, fromplen) != size + 4) { in tftpd_sendfile()
1223 fromplen) != acklen) { in tftpd_recvfile()
1311 fromplen) == -1) { in tftpd_recvfile()
1331 fromplen) == -1) { in tftpd_recvfile()
1376 fromplen); in nak()