Lines Matching refs:fromplen
95 static socklen_t fromplen; variable
385 fromplen = sizeof (struct sockaddr_in); in main()
387 (void) memset(&client, 0, fromplen); in main()
392 fromplen = sizeof (struct sockaddr_in6); in main()
394 (void) memset(&client, 0, fromplen); in main()
418 if (bind(peer, (struct sockaddr *)&client, fromplen) < 0) { in main()
441 &fromplen) < 0) in main()
494 fromplen = sizeof (struct sockaddr_in); in delayed_responder()
496 (void) memset(&client, 0, fromplen); in delayed_responder()
501 fromplen = sizeof (struct sockaddr_in6); in delayed_responder()
503 (void) memset(&client, 0, fromplen); in delayed_responder()
522 if (bind(peer, (struct sockaddr *)&client, fromplen) < 0) { in delayed_responder()
1028 (struct sockaddr *)&from, fromplen) != oacklen) { in tftpd_sendfile()
1105 (struct sockaddr *)&from, fromplen) != size + 4) { in tftpd_sendfile()
1222 fromplen) != acklen) { in tftpd_recvfile()
1310 fromplen) == -1) { in tftpd_recvfile()
1330 fromplen) == -1) { in tftpd_recvfile()
1375 fromplen); in nak()