Home
last modified time | relevance | path

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

/freebsd/lib/librpcsvc/
H A Dyp_update.c64 struct ypupdate_args upargs; in yp_update() local
123 upargs.mapname = map; in yp_update()
124 upargs.key.yp_buf_len = keylen; in yp_update()
125 upargs.key.yp_buf_val = key; in yp_update()
126 upargs.datum.yp_buf_len = datalen; in yp_update()
127 upargs.datum.yp_buf_val = data; in yp_update()
130 (xdrproc_t)xdr_ypupdate_args, &upargs, in yp_update()
140 upargs.mapname = map; in yp_update()
141 upargs.key.yp_buf_len = keylen; in yp_update()
142 upargs.key.yp_buf_val = key; in yp_update()
[all …]