summaryrefslogtreecommitdiff
path: root/tools/tap-test.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-2/+2
2012-04-29tools: Update copyright informationMarcel Holtmann1-1/+1
2011-10-26tools: Fix compilation in MeeGoJukka Rissanen1-0/+1
The _GNU_SOURCE needs to be defined so that O_CLOEXEC symbols can be found in system header files. The source does not compile without the patch in MeeGo 1.2
2011-10-25tools: Add SOCK_CLOEXEC to socket()Daniel Wagner1-1/+1
Make sure all file descriptor are closed.
2011-10-25tools: Add O_CLOEXEC to open()Daniel Wagner1-1/+1
Make sure all file descriptor are closed.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-07-16Add small test program for TUN/TAP devicesMarcel Holtmann1-0/+197