Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/bootptest/
Dbootptest.c102 struct sockaddr_in sin_from; /* Packet source */ variable
404 fromlen = sizeof(sin_from); in main()
406 (struct sockaddr *) &sin_from, &fromlen); in main()
417 printf("Recvd from %s", inet_ntoa(sin_from.sin_addr)); in main()
421 bootp_print((struct bootp *)rcvbuf, n, sin_from.sin_port, 0); in main()
439 bootp_print((struct bootp *)sndbuf, snaplen, sin_from.sin_port, 0); in send_request()