History log of /freebsd-10-stable/tools/regression/netatalk/simple_send/simple_send.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 156815 17-Mar-2006 rwatson

Change s_net to s_node when printing the destination address.


# 132304 17-Jul-2004 rwatson

Explicitly specify ATPROTO_DDP constant rather than '0' when binding
a netatalk socket. No functional change.


# 132302 17-Jul-2004 rwatson

Add a simple tool to bind netatalk sockets and perform send operations.
This isn't a classic regression test in that it doesn't have a notion of
pass fail, it's more of an exercise tool. It attempts to exercise
unbound, bound, unconnected, and connected variations on SOCK_DGRAM
sockets.