Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1312 char nAddrType[24]; in irp_marshall_nw() local
1320 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_nw()
1330 need += strlen(nAddrType) + 1; in irp_marshall_nw()
1356 strcat(*buffer, nAddrType); strcat(*buffer, fieldsep); in irp_marshall_nw()
1486 char nAddrType[24]; in irp_marshall_ne() local
1495 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_ne()
1504 need += strlen(nAddrType) + 1; in irp_marshall_ne()
1530 strcat(*buffer, nAddrType); strcat(*buffer, fieldsep); in irp_marshall_ne()