Home
last modified time | relevance | path

Searched refs:fromplen (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c96 static socklen_t fromplen; variable
386 fromplen = sizeof (struct sockaddr_in); in main()
388 (void) memset(&client, 0, fromplen); in main()
395 (void) memset(&client, 0, fromplen); in main()
442 &fromplen) < 0) in main()
497 (void) memset(&client, 0, fromplen); in delayed_responder()
504 (void) memset(&client, 0, fromplen); in delayed_responder()
1223 fromplen) != acklen) { in tftpd_recvfile()
1311 fromplen) == -1) { in tftpd_recvfile()
1331 fromplen) == -1) { in tftpd_recvfile()
[all …]
H A Din.rexecd.c181 socklen_t fromplen; in doit() local
204 fromplen = sizeof (struct sockaddr_in); in doit()
208 fromplen = sizeof (struct sockaddr_in6); in doit()
219 if (getnameinfo((const struct sockaddr *) fromp, fromplen, hostname, in doit()
257 if (bind(s, (struct sockaddr *)&asin, fromplen) < 0) in doit()
265 if (connect(s, (struct sockaddr *)fromp, fromplen) < 0) in doit()
H A Din.rshd.c463 int fromplen; in doit() local
491 fromplen = sizeof (struct sockaddr_in); in doit()
495 fromplen = sizeof (struct sockaddr_in6); in doit()
528 no_name = (getnameinfo((const struct sockaddr *) fromp, fromplen, in doit()
624 if (connect(s, (struct sockaddr *)fromp, fromplen) < 0) { in doit()
H A Din.rlogind.c944 int fromplen; in doit() local
964 fromplen = sizeof (struct sockaddr_in); in doit()
972 fromplen = sizeof (struct sockaddr_in6); in doit()
1005 fromplen, hostname, sizeof (hostname), in doit()