Searched refs:ypmap_update (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dypupdated_extern.h31 extern int ypmap_update(char *, char *, u_int, u_int, char *, u_int, char *);
H A Dypupdated_server.c120 res = ypmap_update(netname, args->mapname, YPOP_CHANGE,
154 res = ypmap_update(netname, args->mapname, YPOP_INSERT,
188 res = ypmap_update(netname, args->mapname, YPOP_DELETE,
222 res = ypmap_update(netname, args->mapname, YPOP_STORE,
H A Dyp_dbupdate.c76 ypmap_update(char *netname, char *map, unsigned int op, unsigned int keylen, function

Completed in 71 milliseconds