Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c101 struct sockaddr_in sin_from; /* Packet source */ variable
408 fromlen = sizeof(sin_from); in main()
410 (struct sockaddr *) &sin_from, &fromlen); in main()
421 printf("Recvd from %s", inet_ntoa(sin_from.sin_addr)); in main()
425 bootp_print((struct bootp *)rcvbuf, n, sin_from.sin_port, 0); in main()
442 bootp_print((struct bootp *)sndbuf, snaplen, sin_from.sin_port, 0); in send_request()