Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dmapv4v6hostent.h61 map_v4v6_hostent (struct hostent *hp, char **bpp, int *lenp) in map_v4v6_hostent() argument
71 int i = sizeof (align) - ((u_long) *bpp % sizeof (align)); in map_v4v6_hostent()
76 *bpp += i; in map_v4v6_hostent()
78 map_v4v6_address (*ap, *bpp); in map_v4v6_hostent()
79 *ap = *bpp; in map_v4v6_hostent()
80 *bpp += IN6ADDRSZ; in map_v4v6_hostent()
Dcompat-gethnamaddr.c852 map_v4v6_hostent (struct hostent *hp, char **bpp, int *lenp) in map_v4v6_hostent() argument
861 int i = sizeof(align) - ((u_long)*bpp % sizeof(align)); in map_v4v6_hostent()
868 *bpp += i; in map_v4v6_hostent()
870 map_v4v6_address(*ap, *bpp); in map_v4v6_hostent()
871 *ap = *bpp; in map_v4v6_hostent()
872 *bpp += IN6ADDRSZ; in map_v4v6_hostent()