HomeSort by: relevance | last modified time | path
    Searched refs:normalize_v4mapped_hostaddr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
normalize_v4mapped_addr.h 31 extern int normalize_v4mapped_hostaddr(MAI_HOSTADDR_STR *);
normalize_v4mapped_addr.c 15 /* int normalize_v4mapped_hostaddr(
26 /* normalize_v4mapped_hostaddr converts a V4mapped IPv6 printable
32 /* normalize_v4mapped_hostaddr() converts only canonical address
79 /* normalize_v4mapped_hostaddr - normalize V4mapped IPv6 printable address */
81 int normalize_v4mapped_hostaddr(MAI_HOSTADDR_STR *addr) function
normalize_v4mapped_addr_test.c 19 * Test cases are used twice, first to test normalize_v4mapped_hostaddr(),
49 * Exercise the function under test: normalize_v4mapped_hostaddr().
51 got_return = normalize_v4mapped_hostaddr(&hostaddr);

Completed in 14 milliseconds