Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1316 char nAddrType[24]; in irp_marshall_nw() local
1324 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_nw()
1334 need += strlen(nAddrType) + 1; in irp_marshall_nw()
1360 strcat(*buffer, nAddrType); strcat(*buffer, fieldsep); in irp_marshall_nw()
1490 char nAddrType[24]; in irp_marshall_ne() local
1499 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_ne()
1508 need += strlen(nAddrType) + 1; in irp_marshall_ne()
1534 strcat(*buffer, nAddrType); strcat(*buffer, fieldsep); in irp_marshall_ne()