Home
last modified time | relevance | path

Searched refs:ADDR_T_STR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h44 #define ADDR_T_STR(x) (x == AF_INET ? "AF_INET" :\ macro
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c184 name, ADDR_T_STR(af)) != 0) in ho_byname2()
246 paddr, ADDR_T_STR(af)) != 0) { in ho_byaddr()
H A Dirpmarshall.c99 #define ADDR_T_STR(x) (x == AF_INET ? "AF_INET" :\ macro
1320 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_nw()
1495 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_ne()
2003 printf("\nAddrtype: %s\n", ADDR_T_STR(ne.n_addrtype)); in main()
2136 ADDR_T_STR(he.h_addrtype)); in main()
H A Dirp_nw.c152 paddr, ADDR_T_STR(type)) != 0) in nw_byaddr()