13 #include "rtrlib/lib/convert_byte_order.h"
40 const uint8_t number);
51 int lrtr_ipv4_str_to_addr(
const char *str,
struct lrtr_ipv4_addr *ip);
64 char *str,
const unsigned int len);
88 const enum target_byte_order tbo);
void lrtr_ipv4_addr_convert_byte_order(const uint32_t src, uint32_t *dest, const enum target_byte_order tbo)
Converts the passed IPv4 address to given byte order.
Definition: ipv4.c:59
Struct storing an IPv4 address in host byte order.
Definition: ipv4.h:22