Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c119 res = ypmap_update(netname, args->mapname, YPOP_CHANGE, in ypu_change_1_svc()
153 res = ypmap_update(netname, args->mapname, YPOP_INSERT, in ypu_insert_1_svc()
187 res = ypmap_update(netname, args->mapname, YPOP_DELETE, in ypu_delete_1_svc()
221 res = ypmap_update(netname, args->mapname, YPOP_STORE, in ypu_store_1_svc()
H A Dypupdated_extern.h33 extern int ypmap_update(char *, char *, u_int, u_int, char *, u_int, char *);
H A Dyp_dbupdate.c75 ypmap_update(char *netname, char *map, unsigned int op, unsigned int keylen, in ypmap_update() function