author | Sebastian Harl <sh@tokkee.org> | |
Fri, 17 Jul 2009 12:05:17 +0000 (14:05 +0200) | ||
committer | Florian Forster <sifnfors@stud.informatik.uni-erlangen.de> | |
Fri, 17 Jul 2009 12:50:25 +0000 (14:50 +0200) | ||
commit | 6f3b7d94ab32cd6fc94398ebd326055ad36d88f2 | |
tree | d5d5dd7fd7f107cf08f798b5b07a8d0f370f253f | tree | snapshot |
parent | 3ed22ab6a9f4a6fb78513ca7706dc58d7bf95912 | commit | diff |
Added support for PING_OPT_DEVICE.
This option may be used to set the outgoing network device to be used. The
value passed must be a char-pointer to a null-terminated string specifying an
interface name (e.g. eth0).
Please note that this might not be supported by all operating systems. In that
case, ping_setopt() sets the error to "operation not supported".
This option may be used to set the outgoing network device to be used. The
value passed must be a char-pointer to a null-terminated string specifying an
interface name (e.g. eth0).
Please note that this might not be supported by all operating systems. In that
case, ping_setopt() sets the error to "operation not supported".
src/liboping.c | diff | blob | history | |
src/mans/ping_setopt.pod | diff | blob | history | |
src/oping.h | diff | blob | history |