Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_nat.c130 ilbd_reply_err(rbuf, rbufsz, ILB_STATUS_ENOMEM); in ilbd_show_nat()
139 ilbd_reply_err(rbuf, rbufsz, ret); in ilbd_show_nat()
250 ilbd_reply_err(rbuf, rbufsz, ILB_STATUS_ENOMEM); in ilbd_show_sticky()
259 ilbd_reply_err(rbuf, rbufsz, ret); in ilbd_show_sticky()
H A Dilbd_support.c287 ilbd_reply_err(uint32_t *rbuf, size_t *rbufsz, ilb_status_t status) in ilbd_reply_err() function
H A Dilbd.h308 void ilbd_reply_err(uint32_t *, size_t *, ilb_status_t);
H A Dilbd_main.c547 ilbd_reply_err(reply_buf, &rbufsz, rc); in consume_common_struct()