Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_private.h15 char nsuffix[64]; member
H A Dres_init.c243 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit()
640 j = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix) - 1); in res_setoptions()
641 strncpy(ext->nsuffix, cp, j); in res_setoptions()
642 ext->nsuffix[j] = '\0'; in res_setoptions()
777 return (statp->_u._ext.ext->nsuffix); in res_get_nibblesuffix()