Searched defs:smb_joininfo_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dlibsmb.h293 /* possible values for j_nameformat field of smb_joininfo_t */
298 * smb_joininfo_t contains information that is needed for smbd to process the
344 } smb_joininfo_t; typedef in typeref:struct:smb_joininfo
398 extern uint32_t smb_discover_dc(const smb_joininfo_t *, smb_discovery_res_t *);
399 extern int smb_locate_machine_account(const smb_joininfo_t *,
402 extern int smb_join(smb_joininfo_t *, uint32_t *);
405 extern bool_t smb_joininfo_xdr(XDR *, smb_joininfo_t *);
407 extern void smb_joininfo_init_wkgrp(const char *, smb_joininfo_t *);
408 extern void smb_joininfo_update_domain(smb_joininfo_t *,

Completed in 28 milliseconds