History log of /freebsd-9.3-release/tools/regression/netatalk/simple_send/simple_send.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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.