#include <IPConvergenceLayerUtils.h>
Definition at line 54 of file IPConvergenceLayerUtils.h.
Static Public Member Functions | |
static bool | parse_nexthop (const char *nexthop, in_addr_t *addr, u_int16_t *port) |
Parse a next hop address specification of the form HOST[:PORT?]. |
bool dtn::IPConvergenceLayerUtils::parse_nexthop | ( | const char * | nexthop, | |
in_addr_t * | addr, | |||
u_int16_t * | port | |||
) | [static] |
Parse a next hop address specification of the form HOST[:PORT?].
Definition at line 51 of file IPConvergenceLayerUtils.cc.
References oasys::gethostbyname(), INADDR_NONE, and log_warn.
Referenced by dtn::TCPConvergenceLayer::parse_nexthop().