smb_netconnectinfo_t
smb_netconnectinfo_t *nc = arg->ofmt_cbarg;
smb_netconnectinfo_encode(smb_netconnectinfo_t *info, uint8_t *buf,
smb_netconnectinfo_decode(smb_netconnectinfo_t *info, uint8_t *buf,
bzero(info, sizeof (smb_netconnectinfo_t));
smb_netconnectinfo_xdr(XDR *xdrs, smb_netconnectinfo_t *objp)
smb_netconnectinfo_t *tree;
smb_netconnectinfo_t *tree;
smb_netconnectinfo_t *tree;
smb_netconnectinfo_t info;
smb_tree_netinfo_init(smb_tree_t *tree, smb_netconnectinfo_t *info)
smb_tree_netinfo_fini(smb_netconnectinfo_t *info)
bzero(info, sizeof (smb_netconnectinfo_t));
static void smb_tree_netinfo_init(smb_tree_t *tree, smb_netconnectinfo_t *);
static void smb_tree_netinfo_fini(smb_netconnectinfo_t *);
smb_netconnectinfo_t nsi_tree;
int smb_netconnectinfo_encode(smb_netconnectinfo_t *, uint8_t *, uint32_t,
int smb_netconnectinfo_decode(smb_netconnectinfo_t *, uint8_t *, uint32_t,
bool_t smb_netconnectinfo_xdr(XDR *, smb_netconnectinfo_t *);