Searched refs:sin_from (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/libexec/bootpd/tools/bootptest/
H A Dbootptest.c103 struct sockaddr_in sin_from; /* Packet source */ variable in typeref:struct:sockaddr_in
415 fromlen = sizeof(sin_from);
417 (struct sockaddr *) &sin_from, &fromlen);
428 printf("Recvd from %s", inet_ntoa(sin_from.sin_addr));
432 bootp_print(rcvbuf, n, sin_from.sin_port, 0);
450 bootp_print(sndbuf, snaplen, sin_from.sin_port, 0);

Completed in 92 milliseconds