Searched defs:ib_request (Results 1 – 2 of 2) sorted by relevance
151 struct ib_request { struct152 nis_name ibr_name; /* The name of the Table */153 nis_attr ibr_srch<>; /* The search critereia */154 uint32_t ibr_flags; /* Optional flags */155 nis_object ibr_obj<1>; /* optional object (add/modify) */156 nis_server ibr_cbhost<1>; /* Optional callback info */157 u_int ibr_bufsize; /* Optional first/next bufsize */158 netobj ibr_cookie; /* The first/next cookie */
342 struct ib_request { struct360 typedef struct ib_request ib_request; argument