Searched refs:ilb_hc_info_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_hc.c41 ilb_create_hc(ilb_handle_t h, const ilb_hc_info_t *hc)
55 (void) memcpy(&ic->ic_data, hc, sizeof (ilb_hc_info_t));
104 ilb_get_hc_info(ilb_handle_t h, const char *name, ilb_hc_info_t *hcp)
115 rbufsz = sizeof (ilb_comm_t) + sizeof (ilb_hc_info_t);
146 ilb_hc_info_t hc_info;
H A Dlibilb.h216 } ilb_hc_info_t; typedef in typeref:struct:__anon3302
316 * ilb_server_data_/ilb_rule_data_t/ilb_hc_info_t/ilb_hc_srv_t) will be
326 typedef ilb_status_t (* hc_walkerfunc_t)(ilb_handle_t, ilb_hc_info_t *,
375 ilb_status_t ilb_create_hc(ilb_handle_t, const ilb_hc_info_t *);
377 ilb_status_t ilb_get_hc_info(ilb_handle_t, const char *, ilb_hc_info_t *);
H A Dilb_subr.c408 sz += sizeof (ilb_hc_info_t);
H A Dilb_rules.c40 i_drop_hc(ilb_handle_t h, ilb_hc_info_t *hc, void *arg)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_hc.c96 ilb_hc_info_t *info = (ilb_hc_info_t *)of_arg->ofmt_cbarg;
125 ilbadm_print_hc(ilb_handle_t h, ilb_hc_info_t *hc_info, void *arg)
161 ilb_hc_info_t hc_info;
327 ilbadm_hc_parse_arg(char *arg, ilb_hc_info_t *hc)
354 ilb_hc_info_t hc_info;
455 ilbadm_export_hcinfo(ilb_handle_t h, ilb_hc_info_t *hc_info, void *arg)
H A Dilbadm_subr.c838 ilb_hc_info_t *hc_info = NULL;
873 hc_info = (ilb_hc_info_t *)store;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd.h183 ilb_hc_info_t ihc_info;
184 /* Short hand for the fields inside ilb_hc_info_t */
372 ilb_status_t ilbd_create_hc(const ilb_hc_info_t *, int,
422 ilb_status_t ilbd_walk_hc_pgs(ilb_status_t (*)(const ilb_hc_info_t *, int,
H A Dilbd_hc.c109 const ilb_hc_info_t *audit_hcinfo, ilbd_cmd_t cmd,
197 * Given the ilb_hc_info_t passed in (from the libilb), create a hc object
203 ilbd_create_hc(const ilb_hc_info_t *hc_info, int ev_port,
270 (void) memcpy(&hc->ihc_info, hc_info, sizeof (ilb_hc_info_t));
363 ilb_hc_info_t *hc_info;
373 hc_info = (ilb_hc_info_t *)&ic->ic_data;
382 *rbufsz += sizeof (ilb_hc_info_t);
H A Dilbd_main.c302 cmd_sz += sizeof (ilb_hc_info_t);
491 rc = ilbd_create_hc((ilb_hc_info_t *)&ic->ic_data, ev_port, ps,
H A Dilbd_scf.c997 ilb_hc_info_t *hc_info;
1037 ilb_hc_info_t *h_ent = NULL;
1474 sizeof (ilb_hc_info_t));
1550 ilbd_walk_hc_pgs(ilb_status_t (*func)(const ilb_hc_info_t *, int,

Completed in 106 milliseconds