Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_private.h16 char nsuffix2[64]; member
H A Dres_init.c244 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit()
648 j = MIN(strcspn(cp, " \t"), sizeof(ext->nsuffix2) - 1); in res_setoptions()
649 strncpy(ext->nsuffix2, cp, j); in res_setoptions()
650 ext->nsuffix2[j] = '\0'; in res_setoptions()
785 return (statp->_u._ext.ext->nsuffix2); in res_get_nibblesuffix2()