HomeSort by relevance Sort by last modified time
    Searched full:ypmaplist (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
yp.h 170 struct ypmaplist { struct
172 struct ypmaplist *next;
174 typedef struct ypmaplist ypmaplist; typedef in typeref:struct:ypmaplist
178 ypmaplist *maps;
328 extern bool_t xdr_ypmaplist (XDR *, ypmaplist*);
yp_prot.h 58 * YPPROC_MAPLIST (char *), returns (struct ypmaplist *)
183 struct ypmaplist { struct
186 struct ypmaplist *next;
192 struct ypmaplist *list;
yp.x 156 struct ypmaplist {
158 ypmaplist *next;
163 ypmaplist *maps;
ypclnt.h 81 extern int yp_maplist (__const char *, struct ypmaplist **) __THROW;

Completed in 67 milliseconds